From 4a619db06c37dbb1c9a1f1051ef4feba3987b799 Mon Sep 17 00:00:00 2001 From: Denys Butenko Date: Wed, 10 Jul 2024 20:05:51 +0700 Subject: [PATCH 1/7] NAS-129885: Add customer designed login banner --- src/app/enums/system-state.enum.ts | 5 + .../interfaces/advanced-config.interface.ts | 1 + .../api/api-call-directory.interface.ts | 6 + .../access-card/access-card.component.html | 6 + .../access-card/access-card.component.ts | 8 +- .../access-card/access-card.elements.ts | 4 + .../access-form/access-form.component.html | 5 + .../access-form/access-form.component.ts | 76 ++-- .../sessions/signin/signin.component.html | 3 + .../views/sessions/signin/signin.component.ts | 2 + .../sessions/signin/store/signin.store.ts | 10 + src/assets/i18n/af.json | 415 +----------------- src/assets/i18n/ar.json | 415 +----------------- src/assets/i18n/ast.json | 415 +----------------- src/assets/i18n/az.json | 415 +----------------- src/assets/i18n/be.json | 415 +----------------- src/assets/i18n/bg.json | 415 +----------------- src/assets/i18n/bn.json | 415 +----------------- src/assets/i18n/br.json | 415 +----------------- src/assets/i18n/bs.json | 415 +----------------- src/assets/i18n/ca.json | 415 +----------------- src/assets/i18n/cs.json | 415 +----------------- src/assets/i18n/cy.json | 415 +----------------- src/assets/i18n/da.json | 415 +----------------- src/assets/i18n/de.json | 415 +----------------- src/assets/i18n/dsb.json | 415 +----------------- src/assets/i18n/el.json | 415 +----------------- src/assets/i18n/en-au.json | 415 +----------------- src/assets/i18n/en-gb.json | 415 +----------------- src/assets/i18n/en.json | 415 +----------------- src/assets/i18n/eo.json | 415 +----------------- src/assets/i18n/es-ar.json | 415 +----------------- src/assets/i18n/es-co.json | 415 +----------------- src/assets/i18n/es-mx.json | 415 +----------------- src/assets/i18n/es-ni.json | 415 +----------------- src/assets/i18n/es-ve.json | 415 +----------------- src/assets/i18n/es.json | 415 +----------------- src/assets/i18n/et.json | 415 +----------------- src/assets/i18n/eu.json | 415 +----------------- src/assets/i18n/fa.json | 415 +----------------- src/assets/i18n/fi.json | 415 +----------------- src/assets/i18n/fr.json | 415 +----------------- src/assets/i18n/fy.json | 415 +----------------- src/assets/i18n/ga.json | 415 +----------------- src/assets/i18n/gd.json | 415 +----------------- src/assets/i18n/gl.json | 415 +----------------- src/assets/i18n/he.json | 415 +----------------- src/assets/i18n/hi.json | 415 +----------------- src/assets/i18n/hr.json | 415 +----------------- src/assets/i18n/hsb.json | 415 +----------------- src/assets/i18n/hu.json | 415 +----------------- src/assets/i18n/ia.json | 415 +----------------- src/assets/i18n/id.json | 415 +----------------- src/assets/i18n/io.json | 415 +----------------- src/assets/i18n/is.json | 415 +----------------- src/assets/i18n/it.json | 415 +----------------- src/assets/i18n/ja.json | 415 +----------------- src/assets/i18n/ka.json | 415 +----------------- src/assets/i18n/kk.json | 415 +----------------- src/assets/i18n/km.json | 415 +----------------- src/assets/i18n/kn.json | 415 +----------------- src/assets/i18n/ko.json | 415 +----------------- src/assets/i18n/lb.json | 415 +----------------- src/assets/i18n/lt.json | 415 +----------------- src/assets/i18n/lv.json | 415 +----------------- src/assets/i18n/mk.json | 415 +----------------- src/assets/i18n/ml.json | 415 +----------------- src/assets/i18n/mn.json | 415 +----------------- src/assets/i18n/mr.json | 415 +----------------- src/assets/i18n/my.json | 415 +----------------- src/assets/i18n/nb.json | 415 +----------------- src/assets/i18n/ne.json | 415 +----------------- src/assets/i18n/nl.json | 415 +----------------- src/assets/i18n/nn.json | 415 +----------------- src/assets/i18n/os.json | 415 +----------------- src/assets/i18n/pa.json | 415 +----------------- src/assets/i18n/pl.json | 415 +----------------- src/assets/i18n/pt-br.json | 415 +----------------- src/assets/i18n/pt.json | 415 +----------------- src/assets/i18n/ro.json | 415 +----------------- src/assets/i18n/ru.json | 415 +----------------- src/assets/i18n/sk.json | 415 +----------------- src/assets/i18n/sl.json | 415 +----------------- src/assets/i18n/sq.json | 415 +----------------- src/assets/i18n/sr-latn.json | 415 +----------------- src/assets/i18n/sr.json | 415 +----------------- src/assets/i18n/strings.json | 415 +----------------- src/assets/i18n/sv.json | 415 +----------------- src/assets/i18n/sw.json | 415 +----------------- src/assets/i18n/ta.json | 415 +----------------- src/assets/i18n/te.json | 415 +----------------- src/assets/i18n/th.json | 415 +----------------- src/assets/i18n/tr.json | 415 +----------------- src/assets/i18n/tt.json | 415 +----------------- src/assets/i18n/udm.json | 415 +----------------- src/assets/i18n/uk.json | 415 +----------------- src/assets/i18n/vi.json | 415 +----------------- src/assets/i18n/zh-hans.json | 415 +----------------- src/assets/i18n/zh-hant.json | 415 +----------------- src/assets/ui-searchable-elements.json | 20 + 100 files changed, 470 insertions(+), 36196 deletions(-) create mode 100644 src/app/enums/system-state.enum.ts diff --git a/src/app/enums/system-state.enum.ts b/src/app/enums/system-state.enum.ts new file mode 100644 index 00000000000..b75bc13606d --- /dev/null +++ b/src/app/enums/system-state.enum.ts @@ -0,0 +1,5 @@ +export enum SystemState { + Ready = 'READY', + Booting = 'BOOTING', + ShuttingDown = 'SHUTTING_DOWN', +} diff --git a/src/app/interfaces/advanced-config.interface.ts b/src/app/interfaces/advanced-config.interface.ts index 7a406d22290..feb2d4afcba 100644 --- a/src/app/interfaces/advanced-config.interface.ts +++ b/src/app/interfaces/advanced-config.interface.ts @@ -15,6 +15,7 @@ export interface AdvancedConfig { isolated_gpu_pci_ids: string[]; kdump_enabled: boolean; motd: string; + login_banner: string; overprovision: number; powerdaemon: boolean; sed_user: SedUser; diff --git a/src/app/interfaces/api/api-call-directory.interface.ts b/src/app/interfaces/api/api-call-directory.interface.ts index 06904a9cbe3..39c98ea0f47 100644 --- a/src/app/interfaces/api/api-call-directory.interface.ts +++ b/src/app/interfaces/api/api-call-directory.interface.ts @@ -9,6 +9,7 @@ import { ProductType } from 'app/enums/product-type.enum'; import { ServiceName } from 'app/enums/service-name.enum'; import { SmbInfoLevel } from 'app/enums/smb-info-level.enum'; import { SystemEnvironment } from 'app/enums/system-environment.enum'; +import { SystemState } from 'app/enums/system-state.enum'; import { TransportMode } from 'app/enums/transport-mode.enum'; import { Acl, @@ -793,6 +794,7 @@ export interface ApiCallDirectory { 'system.advanced.syslog_certificate_choices': { params: void; response: Choices }; 'system.advanced.update': { params: [Partial]; response: AdvancedConfig }; 'system.advanced.update_gpu_pci_ids': { params: [isolated_gpu_pci_ids: string[]]; response: void }; + 'system.advanced.login_banner': { params: void; response: string }; 'system.build_time': { params: void; response: ApiTimestamp }; 'system.boot_id': { params: void; response: string }; 'system.environment': { params: void; response: SystemEnvironment }; @@ -819,6 +821,10 @@ export interface ApiCallDirectory { 'system.security.config': { params: void; response: SystemSecurityConfig }; 'system.security.info.fips_available': { params: void; response: boolean }; 'system.set_time': { params: [number]; response: void }; + 'system.ready': { params: void; response: boolean }; + 'system.state': { params: void; response: SystemState }; + 'system.version': { params: void; response: string }; + 'system.version_short': { params: void; response: string }; // Systemdataset 'systemdataset.config': { params: void; response: SystemDatasetConfig }; diff --git a/src/app/pages/system/advanced/access/access-card/access-card.component.html b/src/app/pages/system/advanced/access/access-card/access-card.component.html index d64fe148940..c2f1c7a326d 100644 --- a/src/app/pages/system/advanced/access/access-card/access-card.component.html +++ b/src/app/pages/system/advanced/access/access-card/access-card.component.html @@ -40,6 +40,12 @@

{{ 'Access' | translate }}

} + + {{ 'Login Banner' | translate }}: + + {{ loginBanner || ('None' | translate) }} + + diff --git a/src/app/pages/system/advanced/access/access-card/access-card.component.ts b/src/app/pages/system/advanced/access/access-card/access-card.component.ts index f6fabb1906e..a4c4b5da1d3 100644 --- a/src/app/pages/system/advanced/access/access-card/access-card.component.ts +++ b/src/app/pages/system/advanced/access/access-card/access-card.component.ts @@ -30,7 +30,7 @@ import { WebSocketService } from 'app/services/ws.service'; import { AppState } from 'app/store'; import { defaultPreferences } from 'app/store/preferences/default-preferences.constant'; import { waitForPreferences } from 'app/store/preferences/preferences.selectors'; -import { waitForGeneralConfig } from 'app/store/system-config/system-config.selectors'; +import { waitForAdvancedConfig, waitForGeneralConfig } from 'app/store/system-config/system-config.selectors'; @UntilDestroy() @Component({ @@ -56,6 +56,12 @@ export class AccessCardComponent implements OnInit { toLoadingState(), ); + readonly loginBanner$ = this.store$.pipe( + waitForAdvancedConfig, + map((advancedConfig) => advancedConfig.login_banner), + toLoadingState(), + ); + dataProvider: AsyncDataProvider; columns = createTable([ diff --git a/src/app/pages/system/advanced/access/access-card/access-card.elements.ts b/src/app/pages/system/advanced/access/access-card/access-card.elements.ts index fa71a05ba58..3d47fa68d60 100644 --- a/src/app/pages/system/advanced/access/access-card/access-card.elements.ts +++ b/src/app/pages/system/advanced/access/access-card/access-card.elements.ts @@ -22,5 +22,9 @@ export const accessCardElements = { hierarchy: [T('Token Lifetime')], synonyms: [T('Session Token Lifetime')], }, + loginBanner: { + hierarchy: [T('Login Banner')], + synonyms: [T('MOTD')], + }, }, } satisfies UiSearchableElement; diff --git a/src/app/pages/system/advanced/access/access-form/access-form.component.html b/src/app/pages/system/advanced/access/access-form/access-form.component.html index f91ab16e121..bb887a37c0b 100644 --- a/src/app/pages/system/advanced/access/access-form/access-form.component.html +++ b/src/app/pages/system/advanced/access/access-form/access-form.component.html @@ -19,6 +19,11 @@ [label]="'Allow Directory Service users to access WebUI' | translate" > } + diff --git a/src/app/pages/system/advanced/access/access-form/access-form.component.ts b/src/app/pages/system/advanced/access/access-form/access-form.component.ts index 71ebfaeda3d..ec6abab3e53 100644 --- a/src/app/pages/system/advanced/access/access-form/access-form.component.ts +++ b/src/app/pages/system/advanced/access/access-form/access-form.component.ts @@ -5,7 +5,9 @@ import { FormBuilder, Validators } from '@angular/forms'; import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy'; import { Store } from '@ngrx/store'; import { TranslateService } from '@ngx-translate/core'; -import { filter } from 'rxjs'; +import { + filter, finalize, forkJoin, Observable, take, +} from 'rxjs'; import { Role } from 'app/enums/role.enum'; import { DialogService } from 'app/modules/dialog/dialog.service'; import { ChainedRef } from 'app/modules/forms/ix-forms/components/ix-slide-in/chained-component-ref'; @@ -18,8 +20,8 @@ import { AppState } from 'app/store'; import { defaultPreferences } from 'app/store/preferences/default-preferences.constant'; import { lifetimeTokenUpdated } from 'app/store/preferences/preferences.actions'; import { selectPreferences } from 'app/store/preferences/preferences.selectors'; -import { generalConfigUpdated } from 'app/store/system-config/system-config.actions'; -import { selectGeneralConfig } from 'app/store/system-config/system-config.selectors'; +import { advancedConfigUpdated, generalConfigUpdated } from 'app/store/system-config/system-config.actions'; +import { selectAdvancedConfig, selectGeneralConfig } from 'app/store/system-config/system-config.selectors'; @UntilDestroy() @Component({ @@ -38,6 +40,7 @@ export class AccessFormComponent implements OnInit { Validators.max(2147482), // Max value is 2147482 seconds, or 24 days, 20 hours, 31 minutes, and 22 seconds. ]], ds_auth: [false], + login_banner: [null as string], }); get isEnterprise(): boolean { @@ -70,38 +73,57 @@ export class AccessFormComponent implements OnInit { this.form.controls.ds_auth.setValue(config.ds_auth); this.cdr.markForCheck(); }); - } - - onSubmit(): void { - this.authService.hasRole(this.requiredRoles).pipe(filter(Boolean), untilDestroyed(this)).subscribe(() => { - this.store$.dispatch(lifetimeTokenUpdated({ lifetime: this.form.value.token_lifetime })); - if (this.isEnterprise) { - this.updateEnterpriseDsAuth(); - } else { - this.showSuccessNotificationAndClose(); - } + this.store$.select(selectAdvancedConfig).pipe(untilDestroyed(this)).subscribe((config) => { + this.form.controls.login_banner.setValue(config.login_banner); + this.cdr.markForCheck(); }); } - private updateEnterpriseDsAuth(): void { - this.isLoading = true; - this.ws.call('system.general.update', [{ ds_auth: this.form.value.ds_auth }]) - .pipe(untilDestroyed(this)).subscribe({ - next: () => { - this.isLoading = false; - this.store$.dispatch(generalConfigUpdated()); + onSubmit(): void { + this.authService.hasRole(this.requiredRoles) + .pipe( + filter(Boolean), + take(1), + untilDestroyed(this), + ).subscribe(() => { + this.store$.dispatch(lifetimeTokenUpdated({ lifetime: this.form.value.token_lifetime })); + + if (this.form.controls.login_banner.dirty || this.isEnterprise) { + this.isLoading = true; + forkJoin([ + this.updateLoginBanner(), + this.updateEnterpriseDsAuth(), + ]) + .pipe(untilDestroyed(this)) + .subscribe({ + next: () => { + this.isLoading = false; + this.showSuccessNotificationAndClose(); + this.cdr.markForCheck(); + }, + error: (error) => { + this.isLoading = false; + this.dialogService.error(this.errorHandler.parseError(error)); + this.cdr.markForCheck(); + }, + }); + } else { this.showSuccessNotificationAndClose(); - this.cdr.markForCheck(); - }, - error: (error) => { - this.isLoading = false; - this.dialogService.error(this.errorHandler.parseError(error)); - this.cdr.markForCheck(); - }, + } }); } + private updateLoginBanner(): Observable { + return this.ws.call('system.advanced.update', [{ login_banner: this.form.value.login_banner }]) + .pipe(finalize(() => this.store$.dispatch(advancedConfigUpdated()))); + } + + private updateEnterpriseDsAuth(): Observable { + return this.ws.call('system.general.update', [{ ds_auth: this.form.value.ds_auth }]) + .pipe(finalize(() => this.store$.dispatch(generalConfigUpdated()))); + } + private showSuccessNotificationAndClose(): void { this.snackbar.success(this.translate.instant('Settings saved')); this.chainedSlideInRef.close({ response: true, error: null }); diff --git a/src/app/views/sessions/signin/signin.component.html b/src/app/views/sessions/signin/signin.component.html index f99b10792bb..44c31aa8c7d 100644 --- a/src/app/views/sessions/signin/signin.component.html +++ b/src/app/views/sessions/signin/signin.component.html @@ -11,6 +11,9 @@ @if (isConnected$ | async) { + @if (loginBanner()) { +

{{ loginBanner() }}

+ }
isLoading || !isConnected), ); + readonly loginBanner = toSignal(this.signinStore.loginBanner$); constructor( private wsManager: WebSocketConnectionService, diff --git a/src/app/views/sessions/signin/store/signin.store.ts b/src/app/views/sessions/signin/store/signin.store.ts index 2c0cf861741..335a478897d 100644 --- a/src/app/views/sessions/signin/store/signin.store.ts +++ b/src/app/views/sessions/signin/store/signin.store.ts @@ -31,6 +31,7 @@ interface SigninState { ips?: string[]; disabledReasons?: FailoverDisabledReason[]; }; + loginBanner: string; } const initialState: SigninState = { @@ -38,11 +39,13 @@ const initialState: SigninState = { managedByTrueCommand: false, wasAdminSet: true, failover: null, + loginBanner: null, }; @UntilDestroy() @Injectable() export class SigninStore extends ComponentStore { + loginBanner$ = this.select((state) => state.loginBanner); managedByTrueCommand$ = this.select((state) => state.managedByTrueCommand); wasAdminSet$ = this.select((state) => state.wasAdminSet); failover$ = this.select((state) => state.failover); @@ -82,6 +85,7 @@ export class SigninStore extends ComponentStore { init = this.effect((trigger$: Observable) => trigger$.pipe( tap(() => this.setLoadingState(true)), + switchMap(() => this.checkIfLoginBanner()), switchMap(() => { return forkJoin([ this.checkIfAdminPasswordSet(), @@ -177,6 +181,12 @@ export class SigninStore extends ComponentStore { return '/dashboard'; } + private checkIfLoginBanner(): Observable { + return this.ws.call('system.advanced.login_banner').pipe( + tap((loginBanner) => this.patchState({ loginBanner })), + ); + } + private checkIfManagedByTrueCommand(): Observable { return this.ws.call('truenas.managed_by_truecommand').pipe( tap((managedByTrueCommand) => this.patchState({ managedByTrueCommand })), diff --git a/src/assets/i18n/af.json b/src/assets/i18n/af.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/af.json +++ b/src/assets/i18n/af.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ar.json b/src/assets/i18n/ar.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ar.json +++ b/src/assets/i18n/ar.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ast.json b/src/assets/i18n/ast.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ast.json +++ b/src/assets/i18n/ast.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/az.json b/src/assets/i18n/az.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/az.json +++ b/src/assets/i18n/az.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/be.json b/src/assets/i18n/be.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/be.json +++ b/src/assets/i18n/be.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/bg.json b/src/assets/i18n/bg.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/bg.json +++ b/src/assets/i18n/bg.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/bn.json b/src/assets/i18n/bn.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/bn.json +++ b/src/assets/i18n/bn.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/br.json b/src/assets/i18n/br.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/br.json +++ b/src/assets/i18n/br.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/bs.json b/src/assets/i18n/bs.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/bs.json +++ b/src/assets/i18n/bs.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ca.json b/src/assets/i18n/ca.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ca.json +++ b/src/assets/i18n/ca.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/cs.json b/src/assets/i18n/cs.json index 69becce8899..f58c0cfd60c 100644 --- a/src/assets/i18n/cs.json +++ b/src/assets/i18n/cs.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -17,8 +16,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -81,16 +80,12 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -103,8 +98,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access": "", "Access Based Share Enumeration": "", @@ -127,7 +120,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -144,9 +136,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -187,7 +177,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -198,7 +187,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -210,7 +198,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -242,7 +229,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -250,7 +236,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -261,14 +246,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced Mode": "", @@ -289,38 +271,27 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -343,7 +314,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -355,13 +325,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -372,9 +339,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -401,13 +365,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -462,7 +420,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -475,7 +432,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -483,7 +439,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -495,13 +450,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Keys": "", @@ -519,7 +471,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -527,7 +478,6 @@ "Average Disk Temperature": "", "Avg Usage": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -539,26 +489,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -567,7 +511,6 @@ "Boot Environment": "", "Boot Environments": "", "Boot Loader Type": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -577,8 +520,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -604,14 +545,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -666,11 +604,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -682,7 +618,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -695,7 +630,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", @@ -705,13 +639,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -767,13 +698,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -786,7 +715,6 @@ "Clone to New Dataset": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -830,9 +758,7 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", "Compression Level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -880,11 +806,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Console": "", @@ -902,9 +826,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -912,7 +834,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1007,24 +928,20 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1044,7 +961,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1056,10 +972,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1069,16 +983,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1169,20 +1078,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1230,29 +1132,23 @@ "Direct the flow of data to the remote host.": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Directory Services Monitor": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1260,14 +1156,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk Type": "", "Disk Wiped successfully": "", @@ -1281,18 +1175,13 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1302,14 +1191,12 @@ "Docker Registry Authentication": "", "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Domain:": "", "Domains": "", "Don't Allow": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1321,9 +1208,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Drives and IDs registered to the Microsoft account. Selecting a drive also fills the Drive ID field.": "", @@ -1334,14 +1219,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit API Key": "", @@ -1360,7 +1242,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1420,13 +1301,11 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1434,11 +1313,9 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB2/3 Durable Handles": "", "Enable SMTP configuration": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1446,7 +1323,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", @@ -1474,22 +1350,16 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption (more secure, but slower)": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1573,7 +1443,6 @@ "Enter zvol name to continue.": "", "Enter {value} below to confirm.": "", "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error counting eligible snapshots.": "", @@ -1590,7 +1459,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Errors": "", "Est. Usable Raw Capacity": "", "Establishing a connection requires that one of the connection systems has open TCP ports. Choose which system (LOCAL or REMOTE) will open ports. Consult your IT department to determine which systems are allowed to open ports.": "", @@ -1600,12 +1468,10 @@ "Everything is fine": "", "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1615,15 +1481,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export ZFS snapshots as Shadow Copies for VSS clients.": "", "Export/disconnect pool: {pool}": "", @@ -1642,7 +1504,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1658,29 +1519,22 @@ "Failed sending test alert!": "", "Failed to load datasets": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1705,9 +1559,6 @@ "Finished Scrub on {date}": "", "First Page": "", "Fix Credential": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force Clear": "", @@ -1730,11 +1581,8 @@ "Frequency": "", "Fri": "", "Friday": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1749,7 +1597,6 @@ "Gathering data...": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1773,22 +1620,18 @@ "Global Two Factor Authentication": "", "Global Two Factor Authentication Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1801,7 +1644,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1809,7 +1651,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guide": "", "HA Disabled": "", "HA Enabled": "", @@ -1838,7 +1679,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide error output (stderr) from the command. When unset, any error output is mailed to the user account cron used to run the command.": "", "Hide from MSR": "", @@ -1894,7 +1734,6 @@ "How to configure the connection:

Manual requires configuring authentication on the remote system. This can include copying SSH keys and modifying the root user account on that system.

Semi-automatic only works when configuring an SSH connection with a remote TrueNAS system. This method uses the URL and login credentials of the remote system to connect and exchange SSH keys.": "", "Hubic": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1929,7 +1768,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1941,8 +1779,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -1967,14 +1803,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -1990,7 +1824,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2019,7 +1852,6 @@ "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2058,7 +1890,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2082,7 +1913,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realms": "", "Kernel": "", "Kernel Parameters": "", @@ -2093,7 +1923,6 @@ "Key Encipherment": "", "Key ID": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2107,17 +1936,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LINK STATE DOWN": "", @@ -2133,20 +1954,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2170,16 +1987,10 @@ "Level 254 - Maximum performance, maximum power usage": "", "Level 64 - Intermediate power usage with Standby": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2197,8 +2008,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2215,17 +2024,16 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2236,23 +2044,19 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOVE": "", "MTU": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2265,41 +2069,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2307,9 +2099,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2333,7 +2123,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method Call": "", "Method of snapshot transfer:
  • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
  • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
  • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
  • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
": "", @@ -2349,7 +2138,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2361,7 +2149,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Model": "", "Model:": "", "Modify": "", @@ -2374,17 +2161,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2400,7 +2184,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2437,11 +2220,6 @@ "NetBIOS": "", "NetBIOS Alias": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -2556,14 +2334,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2579,30 +2355,23 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2653,13 +2422,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2680,7 +2447,6 @@ "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2707,13 +2473,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2724,9 +2488,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase and confirmation should match.": "", @@ -2755,28 +2516,21 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Pending": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone Number": "", @@ -2819,7 +2573,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pools in Enclosure": "", "Pools:": "", @@ -2841,31 +2594,23 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", "Prevent the user from logging in or using password-based services until this option is unset. Locking an account is only possible when Disable Password is No and a Password has been created for the account.": "", "Preview JSON Service Account Key": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Proactive support settings is not available.": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -2904,22 +2649,17 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", @@ -2933,7 +2673,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Redirect HTTP connections to HTTPS. A GUI SSL Certificate is required for HTTPS. Activating this also sets the HTTP Strict Transport Security (HSTS) maximum age to 31536000 seconds (one year). This means that after a browser connects to the web interface for the first time, the browser continues to use HTTPS and renews this setting every year.": "", @@ -2958,7 +2697,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -2972,13 +2710,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -2986,7 +2721,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3029,7 +2763,6 @@ "Reporting Write": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3059,7 +2792,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart SMB Service": "", @@ -3074,17 +2806,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3135,8 +2864,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3152,8 +2879,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3183,7 +2908,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3198,7 +2922,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3213,7 +2936,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH connection from the keychain": "", "SSH password login enabled": "", @@ -3223,7 +2945,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3231,7 +2952,6 @@ "Sat": "", "Saturday": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3246,7 +2966,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3256,13 +2975,10 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3271,7 +2987,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3291,15 +3006,12 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3309,13 +3021,10 @@ "Select None or an integer. This value represents the number of existing authorized accesses.": "", "Select UEFI for newer operating systems or UEFI-CSM (Compatibility Support Mode) for older operating systems that only support BIOS booting. Grub is not recommended but can be used when the other options do not work.": "", "Select All": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3349,10 +3058,8 @@ "Select an existing portal or choose Create New to configure a new portal.": "", "Select an existing realm that was added in Directory Services > Kerberos Realms.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3411,14 +3118,12 @@ "Separate multiple values by pressing Enter.": "", "Separate values with commas, and without spaces.": "", "Serial": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", "Serial or USB port connected to the UPS. To automatically detect and manage the USB port settings, select auto.

When an SNMP driver is selected, enter the IP address or hostname of the SNMP UPS device.": "", "Series": "", "Server": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3439,11 +3144,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3539,12 +3242,10 @@ "Settings Requiring Re-Initialization": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3577,7 +3278,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", "Show": "", @@ -3595,7 +3295,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3607,15 +3306,12 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Request": "", "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", @@ -3631,7 +3327,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", "Snapshot Read": "", @@ -3670,7 +3365,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -3717,7 +3411,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -3744,13 +3437,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject Alternative Name": "", "Submit": "", "Subnet mask of the IPv4 address.": "", @@ -3772,7 +3462,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -3785,7 +3474,6 @@ "Sync To Peer": "", "Sync from peer succeeded.": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -3793,14 +3481,11 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -3823,19 +3508,6 @@ "System is failing over...": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -3868,7 +3540,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -3921,12 +3592,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -3936,7 +3604,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -3981,7 +3648,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -3996,14 +3662,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4024,14 +3684,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4040,7 +3694,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4079,8 +3732,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4092,7 +3743,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4110,10 +3760,8 @@ "Traffic": "", "Transfer": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4126,13 +3774,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4143,7 +3789,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4152,11 +3797,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4164,7 +3807,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4181,17 +3823,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock Child Encrypted Roots": "", "Unlock Datasets": "", @@ -4210,7 +3848,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update 'Time Machine'": "", "Update All": "", @@ -4218,7 +3855,6 @@ "Update Dashboard": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4264,18 +3900,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", @@ -4291,14 +3923,10 @@ "Used Space": "", "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4342,8 +3970,6 @@ "VDEVs have been created through manual disk selection. To view or edit your selections, press the \"Edit Manual Disk Selection\" button below. To start again with the automated disk selection, hit the \"Reset\" button.": "", "VDEVs not assigned": "", "VLAN Addresses": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4354,15 +3980,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -4372,9 +3995,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4386,20 +4006,14 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4415,22 +4029,14 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4465,6 +4071,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4487,7 +4094,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4541,20 +4147,16 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4577,11 +4179,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4598,7 +4198,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4621,7 +4220,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4635,24 +4233,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -4674,7 +4268,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Pokud je UPS mód ve stavu slave. Vložte otevřený port UPS Master systému. Výchozí port je 3493.", "% of all cores": "% ze všech jader", diff --git a/src/assets/i18n/cy.json b/src/assets/i18n/cy.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/cy.json +++ b/src/assets/i18n/cy.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/da.json b/src/assets/i18n/da.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/da.json +++ b/src/assets/i18n/da.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index cf49c2773f4..90663ac2722 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -11,8 +10,8 @@ "(No description)": "", "(Optional)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1m Average": "", "2FA Settings": "", "2FA has been configured for this account. Enter the OTP to continue.": "", @@ -59,21 +58,15 @@ "A system update is in progress. It might have been launched in another window or by an external source like TrueCommand.": "", "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "ARN": "", "ATA Security User": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Control Entry": "", "Access Control Entry (ACE) user or group. Select a specific User or Group for this entry, owner@ to apply this entry to the user that owns the dataset, group@ to apply this entry to the group that owns the dataset, or everyone@ to apply this entry to all users and groups. See nfs4_setfacl(1) NFSv4 ACL ENTRIES.": "", @@ -88,7 +81,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", "Activate the Basic Constraints extension to identify whether the certificate's subject is a CA and the maximum depth of valid certification paths that include this certificate.": "", @@ -99,8 +91,6 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -132,13 +122,11 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", "Add Kernel Parameters": "", "Add Local Group": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -149,7 +137,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add Scrub Task": "", "Add Smart Test": "", @@ -174,12 +161,10 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Adding data VDEVs of different types is not supported.": "", "Additional smartctl(8) options.": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -189,12 +174,9 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", - "Administrators Group": "", "Admins": "", "Advanced Replication Creation": "", "Advanced Settings → Access": "", @@ -205,24 +187,13 @@ "Alert service saved": "", "Alerts could not be loaded": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate space for the new zvol.": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", "Allow Specific": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -243,7 +214,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -255,11 +225,8 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", "Amazon Web Services password. If the Secret Access Key cannot be found or remembered, go to My Account -> Security Credentials -> Access Keys and create a new key pair. Must be alphanumeric and between 8 and 40 characters.": "", @@ -269,9 +236,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any system service can communicate externally.": "", "Api Key": "", "App": "", @@ -294,12 +258,6 @@ "Applications you install will automatically appear here. Click below and browse available apps to get started.": "", "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply the same quota critical alert settings as the parent dataset.": "", "Apply the same quota warning alert settings as the parent dataset.": "", "Apps Read": "", @@ -344,7 +302,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -355,13 +312,11 @@ "Atleast {min} disk(s) are required for {vdevType} vdevs": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -369,10 +324,7 @@ "Auth Sessions Write": "", "Auth Token": "", "AuthVersion": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Keys": "", @@ -382,12 +334,10 @@ "Automated Disk Selection": "", "Automatically populated with the original hostname of the system. This name is limited to 15 characters and cannot be the Workgroup name.": "", "Automatically sets number of threads used by the kernel NFS server.": "", - "Available Memory": "", "Available Resources": "", "Average Disk Temperature": "", "Avg Usage": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -398,36 +348,27 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Boot": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browse to the existing path on the remote host to sync with. Maximum path length is 255 characters": "", @@ -444,14 +385,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", "COPY": "", @@ -491,11 +429,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -507,7 +443,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -517,18 +452,14 @@ "Changing global 2FA settings might cause user secrets to reset. Which means users will have to reconfigure their 2FA. Are you sure you want to continue?": "", "Changing settings below will result in Kubernetes cluster re-initialization deleting installed apps and their data.": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", "Check the box for full upgrade. Leave unchecked to download only.": "", "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum Errors": "", - "Child Shares": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", @@ -571,13 +502,11 @@ "Choose when the UPS initiates shutdown.": "", "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -590,7 +519,6 @@ "Clone to New Dataset": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -631,9 +559,7 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", "Compression Level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -668,9 +594,7 @@ "Confirm New Password": "", "Confirm Passphrase value must match Passphrase": "", "Confirm to unset pool?": "", - "Connect using:": "", "Connected at": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", "Container Images": "", @@ -682,14 +606,11 @@ "Contents of the uploaded Service Account JSON file.": "", "Context menu copy and paste operations are disabled in the Shell. Copy and paste shortcuts for Mac are Command+c and Command+v. For most operating systems, use Ctrl+Insert to copy and Shift+Insert to paste.": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Controls whether the volume snapshot devices under /dev/zvol/⟨pool⟩ are hidden or visible. The default value is hidden.": "", - "Copies": "", "Copy Json": "", "Copy to Clipboard": "", "Create ACME DNS-Authenticator": "", @@ -762,21 +683,17 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", - "DNS Timeout": "", "DQ % Used": "", "DQ Used": "", "DS Groups": "", @@ -792,7 +709,6 @@ "Data Protection": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", "Dataset Capacity Management": "", @@ -801,10 +717,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -814,16 +728,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Date Created": "", @@ -884,17 +793,10 @@ "Delete Target/Extent {name}": "", "Delete User Quota": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", - "Delete raw file": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deny All": "", "Deploying": "", @@ -920,32 +822,24 @@ "Digital Signature": "", "Direct the flow of data to the remote host.": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", "Discovery Authentication Method": "", "Disk Description": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk device name.": "", "Disk is unavailable": "", @@ -956,19 +850,14 @@ "Disks temperature related alerts": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -978,12 +867,10 @@ "Docker Image": "", "Docker Registry Authentication": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Domain:": "", "Domains": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download File": "", @@ -991,19 +878,14 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Drop session": "", "Dropbox": "", "Dry run completed.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit Application Settings": "", @@ -1017,7 +899,6 @@ "Edit DNS Authenticator": "", "Edit Dataset": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1056,24 +937,19 @@ "Enable (requires password or Kerberos principal)": "", "Enable ACL support for the SMB share.": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Container Image Updates": "", "Enable Display": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable HTTPS Redirect": "", "Enable Hyper-V Enlightenments": "", "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable SMTP configuration": "", - "Enable TLS": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", "Enable this SMB share. Unset to disable this SMB share without deleting it.": "", @@ -1091,20 +967,14 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption (more secure, but slower)": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", "End User License Agreement - TrueNAS": "", @@ -1170,7 +1040,6 @@ "Enter zvol name to continue.": "", "Enter {value} below to confirm.": "", "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", - "Error ({code})": "", "Error In Apps Service": "", "Error counting eligible snapshots.": "", "Error creating device": "", @@ -1182,30 +1051,23 @@ "Error stopping service {serviceName}.": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Est. Usable Raw Capacity": "", "Establishing a connection requires that one of the connection systems has open TCP ports. Choose which system (LOCAL or REMOTE) will open ports. Consult your IT department to determine which systems are allowed to open ports.": "", "Eula": "", "Event Data": "", "Everything is fine": "", "Example: blob.core.usgovcloudapi.net": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Existing Pool": "", "Existing presets": "", "Exit": "", "Expand Row": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", - "Export All Keys": "", "Export Config": "", - "Export Key": "", "Export Read Only": "", "Export ZFS snapshots as Shadow Copies for VSS clients.": "", "Export/disconnect pool: {pool}": "", @@ -1222,7 +1084,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FTP Host to connect to. Example: ftp.example.com.": "", @@ -1235,29 +1096,22 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "Files are split into chunks of this size before upload. The number of chunks that can be simultaneously transferred is set by the Transfers number. The single largest file being transferred must fit into no more than 10,000 chunks.": "", @@ -1278,10 +1132,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Follow Symlinks": "", "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", @@ -1301,11 +1152,8 @@ "Forums": "", "Free RAM": "", "Free Space": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1316,7 +1164,6 @@ "GID": "", "Gateway": "", "General Info": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1340,22 +1187,18 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Data Quota ": "", "Group Execute": "", "Group ID created in Authorized Access. Required when the Discovery Authentication Method is set to CHAP or Mutual CHAP.": "", @@ -1367,14 +1210,12 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group updated": "", "Group:": "", "Groupname": "", "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guide": "", "HA is Disabled": "", "HA is administratively disabled.": "", @@ -1390,7 +1231,6 @@ "Healthy": "", "Hidden": "", "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", - "Hide Job": "", "Hide Password": "", "Hide error output (stderr) from the command. When unset, any error output is mailed to the user account cron used to run the command.": "", "Hide from MSR": "", @@ -1438,7 +1278,6 @@ "How to configure the connection:

Manual requires configuring authentication on the remote system. This can include copying SSH keys and modifying the root user account on that system.

Semi-automatic only works when configuring an SSH connection with a remote TrueNAS system. This method uses the URL and login credentials of the remote system to connect and exchange SSH keys.": "", "Hubic": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IP address of the remote system with UPS Mode set as Master. Enter a valid IP address in the format 192.168.0.1.": "", @@ -1461,7 +1300,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1470,8 +1308,6 @@ "If the Hex key type is chosen, an encryption key will be auto-generated.": "", "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -1490,14 +1326,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect crontab value.": "", @@ -1511,7 +1345,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -1543,7 +1376,6 @@ "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier of the certificate. Only alphanumeric characters, dash (-), and underline (_) are allowed.": "", @@ -1577,7 +1409,6 @@ "JBOF Write": "", "Jan": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -1598,12 +1429,10 @@ "Keep the name short and only lowercase. Using a name longer than 63 characters can prevent accessing the block device. Allowed characters: letters, numbers, period (.), dash (-), and colon (:).": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kernel Parameters": "", "Kernel Settings": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -1614,16 +1443,8 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LINK STATE DOWN": "", @@ -1635,18 +1456,14 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last successful": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Feedback": "", "Leave blank to allow all or enter a list of initiator hostnames. Separate entries by pressing Enter.": "", @@ -1666,16 +1483,10 @@ "Level 64 - Intermediate power usage with Standby": "", "Libdefaults Auxiliary Parameters": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", "List of files and directories to exclude from sync.
Separate entries by pressing Enter. See rclone filtering for more details about the --exclude option.": "", @@ -1688,8 +1499,6 @@ "Loading disks...": "", "Local Administrator": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local heartbeat interface does not exist.": "", "Local heartbeat interface is down.": "", @@ -1701,34 +1510,29 @@ "Locks": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logical Block Size": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", - "Mail Server Port": "", "Major": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -1741,43 +1545,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", - "Manage SMB Shares": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual Disk Selection": "", "Manual Selection": "", - "Manual Test": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", "Mathematical instruction sets that determine how plaintext is converted into ciphertext. See Advanced Encryption Standard (AES) for more details.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -1796,7 +1586,6 @@ "Memory usage of app": "", "Message": "", "Message verbosity level in the replication task log.": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method of snapshot transfer:
  • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
  • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
  • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
  • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
": "", "MiB. Units smaller than MiB are not allowed.": "", @@ -1809,7 +1598,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -1819,22 +1607,18 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Modify": "", "Module": "", "Monitor": "", "Month(s)": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -1848,7 +1632,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NS": "", "NTLMv1 Auth": "", "NVMe-oF Expansion Shelves": "", @@ -1876,11 +1659,6 @@ "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", "NetBIOS Alias": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Network Configuration": "", "Network General Read": "", "Network I/O": "", @@ -1961,14 +1739,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No events are available.": "", @@ -1977,24 +1753,17 @@ "No logs are available": "", "No logs available": "", "No matching results found": "", - "No options are passed": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2038,13 +1807,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2061,7 +1828,6 @@ "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2088,11 +1854,9 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", - "Owner Group": "", "PASSPHRASE": "", "PCI Passthrough Device": "", "PCI device does not have a reset mechanism defined and you may experience inconsistent/degraded behavior when starting/stopping the VM.": "", @@ -2100,9 +1864,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", @@ -2129,29 +1890,22 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Pin vcpus": "", @@ -2192,7 +1946,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pools": "", "Pools in Enclosure": "", @@ -2209,22 +1962,14 @@ "Pre Init": "", "Pre Script": "", "Preferred Trains": "", - "Preset": "", "Preset Name": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Proactive support settings is not available.": "", "Processor": "", - "Product": "", - "Product ID": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -2253,19 +1998,14 @@ "RPM": "", "Range High": "", "Range Low": "", - "Range Size": "", "Rate this page": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Named Attributes": "", - "Read Only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", @@ -2277,7 +2017,6 @@ "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Reenter Password": "", @@ -2293,23 +2032,18 @@ "Release Notes": "", "Remote": "", "Remote Controller": "", - "Remote Host Key": "", "Remote machine": "", "Remove Invalid Quotas": "", "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew 2FA Secret": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Reorder": "", "Replace existing dataset properties with these new defined properties in the replicated files.": "", @@ -2342,7 +2076,6 @@ "Reporting Write": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", "Reservation (in GiB)": "", @@ -2365,7 +2098,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Service": "", @@ -2376,16 +2108,13 @@ "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -2425,8 +2154,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "SAN": "", @@ -2439,8 +2166,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -2470,7 +2195,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -2484,7 +2208,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SNMP": "", "SNMP Community": "", "SNMP v3 Support": "", @@ -2495,7 +2218,6 @@ "SSH Key Pair": "", "SSH Keypair created": "", "SSH Keypair updated": "", - "SSH Keyscan": "", "SSH connection from the keychain": "", "SSH password login enabled": "", "SSH private key stored in user's home directory": "", @@ -2503,29 +2225,23 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Sat": "", "Saturday": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", "Save Config": "", "Save Selection": "", "Save current ACL entries as a preset for future use.": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving settings": "", "Scan remote host key.": "", "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script deleted.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -2533,7 +2249,6 @@ "Scrub Pool": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -2551,15 +2266,12 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -2568,13 +2280,10 @@ "Select Create new disk image to create a new zvol on an existing dataset. This is used as a virtual hard drive for the VM. Select Use existing disk image to use an existing zvol or file for the VM.": "", "Select None or an integer. This value represents the number of existing authorized accesses.": "", "Select UEFI for newer operating systems or UEFI-CSM (Compatibility Support Mode) for older operating systems that only support BIOS booting. Grub is not recommended but can be used when the other options do not work.": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a preset ACL": "", "Select a schedule preset or choose Custom to open the advanced scheduler. Note that an in-progress cron task postpones any later scheduled instance of the same task until the running task is complete.": "", @@ -2587,10 +2296,8 @@ "Select an IP address to use for remote SPICE sessions. Note: this setting only applies if you are using a SPICE client other than the TrueNAS WebUI.": "", "Select an existing CSR.": "", "Select an existing SSH connection to a remote system or choose Create New to create a new SSH connection.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select paths to exclude": "", "Select the syslog(3) facility of the SFTP server.": "", "Select the syslog(3) level of the SFTP server.": "", @@ -2618,9 +2325,7 @@ "Sensitive": "", "Sep": "", "Serial": "", - "Serial Shell": "", "Server": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -2639,9 +2344,7 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Quota": "", - "Set Warning Level": "", "Set email": "", "Set font size": "", "Set new password": "", @@ -2697,12 +2400,10 @@ "Settings Requiring Re-Initialization": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -2735,7 +2436,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", "Show All": "", @@ -2751,7 +2451,6 @@ "Show Password": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -2762,8 +2461,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -2771,7 +2468,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", "Skip": "", @@ -2786,7 +2482,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", "Snapshot Read": "", @@ -2823,7 +2518,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -2868,7 +2562,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop TrueCommand Cloud Connection": "", "Stop the scrub on {poolName}?": "", "Stop the {serviceName} service and close these connections?": "", @@ -2891,13 +2584,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject Alternative Name": "", "Submit": "", "Subnet mask of the IPv4 address.": "", @@ -2919,7 +2609,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -2934,7 +2623,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -2942,14 +2630,11 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information (Standby)": "", "System Information Active Node": "", @@ -2967,19 +2652,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -3007,7 +2679,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -3047,17 +2718,13 @@ "The filesystem {filesystemName} is {filesystemDescription}, but datastore {datastoreName} is {datastoreDescription}. Is this correct?": "", "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The length of the field should be at least {minLength}": "", "The length of the field should be no more than {maxLength}": "", "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", - "The list is empty.": "", "The minimum polling interval, in seconds, as a power of 2. For example, 6 means 2^6, or 64 seconds. The default is 6, minimum value is 4.": "", "The name \"{value}\" is already in use.": "", "The number of bits in the key used by the cryptographic algorithm. For security reasons, a minimum key length of 2048 is recommended.": "", @@ -3093,7 +2760,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -3107,14 +2773,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "This Certificate Authority is being used to sign one or more certificates. It can be deleted only after deleting these certificates.": "", "This action removes all ACLs from the current dataset and any directories or files contained within this dataset. Stripping the ACL resets dataset permissions. This can make data inaccessible until new permissions are created.": "", @@ -3131,14 +2791,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -3146,7 +2800,6 @@ "This information is provided by the catalog maintainer.": "", "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This node is currently configuring the system dataset.": "", @@ -3174,8 +2827,6 @@ "Timestamp": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Toggle {row}": "", @@ -3184,7 +2835,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology Summary": "", @@ -3201,10 +2851,8 @@ "Train": "", "Transfer Mode": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Traverse": "", "Treat Disk Size as Minimum": "", "TrueCloud Backup Tasks": "", @@ -3214,18 +2862,15 @@ "TrueCommand Cloud Service has been deregistered.": "", "TrueCommand Read": "", "TrueCommand Write": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tunable": "", "Tunables": "", "Two Factor Auth": "", "Two Factor Authentication for SSH": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -3234,15 +2879,12 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", - "UNIX Charset": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "USB Passthrough Device": "", "UTC": "", "Unable to retrieve Available Applications": "", @@ -3255,16 +2897,12 @@ "Unhealthy": "", "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock Child Encrypted Roots": "", "Unlock Datasets": "", @@ -3278,14 +2916,12 @@ "Unshare": "", "Unshare {name}": "", "Unsupported Hardware": "", - "Unused Disks": "", "Up to date": "", "Update 'Time Machine'": "", "Update All": "", "Update Available": "", "Update Dashboard": "", "Update Image": "", - "Update Interval": "", "Update Members": "", "Update Password": "", "Update Pool": "", @@ -3315,15 +2951,11 @@ "Uploading and Applying Config": "", "Usable Capacity": "", "Usage Collection": "", - "Usages": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", @@ -3337,13 +2969,9 @@ "Used Space": "", "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User List": "", "User Management": "", "User Obj": "", @@ -3381,8 +3009,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -3392,15 +3018,12 @@ "VM Serial Shell": "", "VM Write": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -3408,9 +3031,6 @@ "Value must be greater than {label}": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Email Address": "", "Version": "", @@ -3418,20 +3038,14 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -3444,22 +3058,14 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", @@ -3484,6 +3090,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -3505,7 +3112,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Windows": "", "Windows (SMB) Shares": "", "Wipe Disk {name}": "", @@ -3553,20 +3159,16 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -3587,11 +3189,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -3607,7 +3207,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -3630,7 +3229,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -3644,24 +3242,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -3683,7 +3277,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Wenn der USV Modus auf Slave eingestellt wurde. Geben Sie den im Netz erreichbaren Netzwerkport des USV Master Systems ein. Der Standardport hierfür ist 3493.", " seconds.": " Sekunden.", diff --git a/src/assets/i18n/dsb.json b/src/assets/i18n/dsb.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/dsb.json +++ b/src/assets/i18n/dsb.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/el.json b/src/assets/i18n/el.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/el.json +++ b/src/assets/i18n/el.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/en-au.json b/src/assets/i18n/en-au.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/en-au.json +++ b/src/assets/i18n/en-au.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/en-gb.json b/src/assets/i18n/en-gb.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/en-gb.json +++ b/src/assets/i18n/en-gb.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/eo.json b/src/assets/i18n/eo.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/eo.json +++ b/src/assets/i18n/eo.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/es-ar.json b/src/assets/i18n/es-ar.json index b48bd0947c1..6186cceea26 100644 --- a/src/assets/i18n/es-ar.json +++ b/src/assets/i18n/es-ar.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
\n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -14,8 +13,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1 day": "", "1 hour": "", "1 month": "", @@ -51,19 +50,13 @@ "A stripe log VDEV may result in data loss if it fails combined with a power outage.": "", "A stripe {vdevType} VDEV is highly discouraged and will result in data loss if it fails": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALL Initiators Allowed": "", "ARN": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Control Entry": "", "Access Control Entry (ACE) user or group. Select a specific User or Group for this entry, owner@ to apply this entry to the user that owns the dataset, group@ to apply this entry to the group that owns the dataset, or everyone@ to apply this entry to all users and groups. See nfs4_setfacl(1) NFSv4 ACL ENTRIES.": "", @@ -75,14 +68,11 @@ "Account Read": "", "Account Write": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Activate the Basic Constraints extension to identify whether the certificate's subject is a CA and the maximum depth of valid certification paths that include this certificate.": "", "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 Directory is disabled.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active: TrueNAS Controller {id}": "", "Add ACME DNS-Authenticator": "", @@ -102,19 +92,16 @@ "Add Exporter": "", "Add Filesystem": "", "Add Image": "", - "Add Item": "", "Add Kerberos SPN Entry": "", "Add Kernel Parameters": "", "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Pool": "", "Add Privilege": "", "Add Reporting Exporter": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Share": "", @@ -136,20 +123,15 @@ "Add catalog to system even if some trains are unhealthy.": "", "Add iSCSI": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Adding data VDEVs of different types is not supported.": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional hosts to be appended to /etc/hosts. Separate entries by pressing Enter. Hosts defined here are still accessible by name even when DNS is not available. See hosts(5) for additional information.": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", - "Admin Password": "", - "Admin Username": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Advanced Replication Creation": "", "Advanced Settings → Access": "", @@ -158,19 +140,8 @@ "Alert List Write": "", "Alert Services": "", "Alert service saved": "", - "Aliases": "", "All Cores": "", "All Threads": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -184,7 +155,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -193,16 +163,10 @@ "Allowed sudo commands": "", "Allowed sudo commands with no password": "", "Allows sudo commands": "", - "Also Include Naming Schema": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "Amazon S3": "", "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App Name": "", @@ -218,12 +182,6 @@ "Applications allow you to extend the functionality of the TrueNAS server beyond traditional Network Attached Storage (NAS) workloads, and as such are not covered by iXsystems software support contracts unless explicitly stated. Defective or malicious applications can lead to data loss or exposure, as well possible disruptions of core NAS functionality.\n\n iXsystems makes no warranty of any kind as to the suitability or safety of using applications. Bug reports in which applications are accessing the same data and filesystem paths as core NAS sharing functionality may be closed without further investigation.": "", "Applications you install will automatically appear here. Click below and browse available apps to get started.": "", "Applied Dataset Quota": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apps Read": "", "Apps Service Not Configured": "", "Apps Service Pending": "", @@ -259,7 +217,6 @@ "Are you sure you want to terminate all other sessions?": "", "Are you sure you want to terminate the session?": "", "Are you sure?": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -267,22 +224,17 @@ "Atleast {min} disk(s) are required for {vdevType} vdevs": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Auth Sessions Read": "", "Auth Sessions Write": "", "AuthVersion": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", "Authorized Keys": "", "Auto": "", "Auto Refresh": "", @@ -290,11 +242,9 @@ "Automated Disk Selection": "", "Automatically sets number of threads used by the kernel NFS server.": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Average Disk Temperature": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -303,19 +253,10 @@ "Backup Credential": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Block (iSCSI) Shares Targets": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Box": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browse to the path to be copied. Linux file path limits apply. Other operating systems can have different limits which might affect how they can be used as sources or destinations.": "", @@ -326,14 +267,11 @@ "Bulk Edit Disks": "", "Bulk actions": "", "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONVEYANCE": "", "COPY": "", "CPU": "", @@ -365,43 +303,33 @@ "Catalog Write": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", "Certificate request signed": "", "Certificate signing request created": "", "Change Token Lifetime in": "", - "Change log": "", "Changes to ACL type affect how on-disk ZFS ACL is written and read.\nWhen the ACL type is changed from POSIX to NFSv4, no migration is performed for default and access ACLs encoded in the posix1e acl extended attributes to native ZFS ACLs.\nWhen ACL type is changed from NFSv4 to POSIX, native ZFS ACLs are not converted to posix1e extended attributes, but the native ACL will be used internally by ZFS for access checks.\n\nThis means that the user must manually set new ACLs recursively on the dataset after ACL type changes in order to avoid unexpected permissions behavior.\n\nThis action will be destructive, and so it is advised to take a ZFS snapshot of the dataset prior to ACL type changes and permissions modifications.": "", "Changing Advanced settings can be dangerous when done incorrectly. Please use caution before saving.": "", "Changing global 2FA settings might cause user secrets to reset. Which means users will have to reconfigure their 2FA. Are you sure you want to continue?": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", - "Child Shares": "", "Children": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", "Choose File for {label}": "", "Choose a connection that has been saved in Credentials > Backup Credentials > SSH Connections.": "", "Choose a path to the user's home directory. If the directory exists and matches the username, it is set as the user's home directory. When the path does not end with a subdirectory matching the username, a new subdirectory is created only if the 'Create Home Directory' field is marked checked. The full path to the user's home directory is shown here when editing a user.": "", "Choose to connect using either SSH private key stored in user's home directory or SSH connection from the keychain": "", - "Clear": "", - "Click Add to add first VDEV.": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", "Client ID": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close scheduler": "", "Close the form": "", @@ -431,8 +359,6 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -462,24 +388,19 @@ "Confirm Passphrase value must match Passphrase": "", "Confirmation": "", "Connect": "", - "Connect using:": "", "Connected at": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", "Container Read": "", "Container Write": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Controls whether the volume snapshot devices under /dev/zvol/⟨pool⟩ are hidden or visible. The default value is hidden.": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Core #": "", @@ -551,17 +472,13 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom schedule": "", - "Customer Name": "", "DEBUG": "", "DHCP": "", - "DNS Timeout": "", "DS Groups": "", "DS Groups Name": "", "Dashboard (old)": "", @@ -569,16 +486,13 @@ "Data Devices": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Delete": "", "Dataset Details": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -587,15 +501,10 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Date Created": "", @@ -640,15 +549,8 @@ "Delete Target/Extent {name}": "", "Delete Task": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", - "Delete raw file": "", - "Delete selections": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deploying": "", "Descriptor": "", @@ -668,28 +570,20 @@ "Device updated": "", "Device/File": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
\n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

\n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Disk Description": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk is unavailable": "", "Disk not attached to any pools.": "", @@ -699,14 +593,9 @@ "Disks temperature related alerts": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", - "Dispersal Strategy": "", - "Display Login": "", "Display Port": "", "Distributed Hot Spares": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do you want to configure the ACL?": "", @@ -715,33 +604,25 @@ "Docker Registry Authentication": "", "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Domains": "", "Don't Allow": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Keys": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", - "Drive Details {disk}": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Drop session": "", "Dropbox": "", "Dry run completed.": "", - "EC2 Instance ID": "", "ERROR": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit Associated Target": "", "Edit Auto TRIM": "", "Edit Certificate": "", - "Edit Disk(s)": "", "Edit Expansion Shelf": "", "Edit Global Configuration": "", "Edit Label": "", @@ -760,19 +641,14 @@ "Elements": "", "Empty": "", "Empty drive cage": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable FIPS": "", - "Enable FXP": "", "Enable Hyper-V Enlightenments": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", - "Enable TLS": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable this SMB share. Unset to disable this SMB share without deleting it.": "", "Enable this TrueCloud Backup Task. Unset to disable this TrueCloud Backup Task without deleting it.": "", @@ -782,16 +658,10 @@ "Enabled Protocols": "", "Enabling allows using a password to authenticate the SSH login. Warning: when directory services are enabled, allowing password authentication can grant access to all users imported by the directory service.
Disabling changes authentication to require keys for all users. This requires additional setup on both the SSH client and server.": "", "Enabling redirect will require all URLs served from current host to be served via HTTPS regardless of port used. This may make some App portals inaccessible if they don't use HTTPS. Do you wish to continue?": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", - "Encryption Mode": "", "Encryption Options Saved": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "End session": "", "Endpoint": "", @@ -825,7 +695,6 @@ "Enter vm name to continue.": "", "Enter zvol name to continue.": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error counting eligible snapshots.": "", "Error creating device": "", @@ -837,7 +706,6 @@ "Error stopping service {serviceName}.": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Est. Usable Raw Capacity": "", "Eula": "", @@ -845,23 +713,17 @@ "Event Data": "", "Everything is fine": "", "Example: blob.core.usgovcloudapi.net": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Excluded Paths": "", - "Exec": "", "Existing Pool": "", "Existing presets": "", "Exit": "", "Expand": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export/disconnect pool: {pool}": "", "Exported": "", "Exporter": "", @@ -869,7 +731,6 @@ "Extend session": "", "Extending VDEV": "", "Extends the validity of OTP by that many windows of intervals before and after the current interval": "", - "Extra Constraints": "", "FIPS Settings": "", "FTP": "", "Failed Authentication: {credentials}": "", @@ -877,23 +738,16 @@ "Failed Jobs": "", "Failed S.M.A.R.T. Tests": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "File ID": "", - "File Mask": "", - "File Permissions": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", "Filename": "", @@ -909,9 +763,6 @@ "Finished Resilver on {date}": "", "Finished Scrub on {date}": "", "First Page": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force deletion of dataset {datasetName}?": "", @@ -921,11 +772,8 @@ "Forums": "", "Free RAM": "", "FreeBSD": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full Admin": "", "Full path to the pool, dataset or directory to share. The path must reside within a pool. Mandatory.": "", "GID": "", @@ -934,7 +782,6 @@ "GUI": "", "General": "", "General Info": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -949,32 +796,26 @@ "Global Two Factor Authentication": "", "Global Two Factor Authentication Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to Storage": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Execute": "", "Group Quota Manager": "", "Group Read": "", "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group updated": "", "Groupname": "", "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "HA is Disabled": "", "HA is disabled": "", "HA is reconnecting": "", @@ -989,7 +830,6 @@ "Healthy": "", "Hidden": "", "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", - "Hide Job": "", "Hide Password": "", "Hide from MSR": "", "High Bandwidth (16)": "", @@ -1008,7 +848,6 @@ "Hosts": "", "How to configure the connection:

Manual requires configuring authentication on the remote system. This can include copying SSH keys and modifying the root user account on that system.

Semi-automatic only works when configuring an SSH connection with a remote TrueNAS system. This method uses the URL and login credentials of the remote system to connect and exchange SSH keys.": "", "Hubic": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1032,14 +871,11 @@ "Identify light is now off.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", "If set, the value will be used to override the default DNS domain name for NFSv4. Specifies the \"Domain\" idmapd.conf setting.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image Name": "", "Image Size": "", "Image Tag": "", @@ -1056,13 +892,11 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect crontab value.": "", @@ -1073,7 +907,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -1094,7 +927,6 @@ "Integrate Snapshots with VMware": "", "Interfaces": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Invalid Pod name": "", "Invalid cron expression": "", @@ -1122,7 +954,6 @@ "JBOF Write": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -1137,13 +968,11 @@ "Keep for": "", "Keep the name short and only lowercase. Using a name longer than 63 characters can prevent accessing the block device. Allowed characters: letters, numbers, period (.), dash (-), and colon (:).": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realms": "", "Kernel": "", "Kernel Parameters": "", "Kernel Settings": "", "Key Cert Sign": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -1156,16 +985,8 @@ "Keywords": "", "Kubernetes Read": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LINK STATE DOWN": "", "LINK STATE UNKNOWN": "", "LINK STATE UP": "", @@ -1179,19 +1000,15 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Feedback": "", "Leaving": "", @@ -1199,14 +1016,8 @@ "Legacy feature.

Allows the share to host user home directories. Each user is given a personal home directory when connecting to the share which is not accessible by other users. This allows for a personal, dynamic share. Only one share can be used as the home share.": "", "Legacy feature.

Privileges are the same as the guest account. Guest access is disabled by default in Windows 10 version 1709 and Windows Server version 1903. Additional client-side configuration is required to provide guest access to these clients.

MacOS clients: Attempting to connect as a user that does not exist in TrueNAS does not automatically connect as the guest account. The Connect As: Guest option must be specifically chosen in MacOS to log in as the guest account. See the Apple documentation for more details.": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List of groups for which to generate audit messages. Keep this list empty to Watch All.": "", "List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "", @@ -1215,8 +1026,6 @@ "Local": "", "Local Administrator": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local heartbeat interface does not exist.": "", "Local heartbeat interface is down.": "", "Localization Settings": "", @@ -1227,15 +1036,14 @@ "Locks": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -1244,18 +1052,14 @@ "Long time ago": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowest Temperature": "", - "MAC Address": "", + "MOTD": "", "MOVE": "", "MTU": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Cloud Sync Tasks": "", "Manage Container Images": "", "Manage Credentials": "", @@ -1266,39 +1070,25 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", - "Manage SMB Shares": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Manual": "", "Manual Disk Selection": "", "Manual Selection": "", - "Manual Test": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum number of replication tasks being executed simultaneously.": "", "Maximum number of seconds a client is allowed to spend connected, after\nauthentication, without issuing a command which results in creating an active or passive data connection\n(i.e. sending/receiving a file, or receiving a directory listing).": "", "Maximum number of seconds that proftpd will allow clients to stay connected without receiving\nany data on either the control or data connection.": "", @@ -1310,7 +1100,6 @@ "Memory device": "", "Memory usage of app": "", "Message": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method Call": "", "Method of snapshot transfer:
  • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
  • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
  • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
  • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
": "", @@ -1321,25 +1110,20 @@ "Migrate applications to the new pool": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minor": "", "Minor Version": "", "Minutes of inactivity before the drive enters standby mode. Temperature monitoring is disabled for standby disks.": "", "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Modify": "", "Module": "", "Monitor": "", - "More info...": "", "Move widget down": "", "Move widget up": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "N/A": "", "NAA": "", "NEW": "", @@ -1353,7 +1137,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NS": "", "NTP Server": "", "NVMe-oF Expansion Shelves": "", @@ -1372,11 +1155,6 @@ "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", "NetBIOS": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -1469,14 +1247,12 @@ "No Propagate Inherit": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -1488,27 +1264,20 @@ "No logs yet": "", "No matching results found": "", "No options": "", - "No options are passed": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notifications": "", "Notransfer Timeout": "", @@ -1533,11 +1302,9 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only disks that are at least {size} are shown.": "", "Only first {number} examples are shown.": "", @@ -1551,7 +1318,6 @@ "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -1569,9 +1335,7 @@ "Other node is currently processing a failover event.": "", "Others": "", "Outbound Activity": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", - "Owner Group": "", "Owner:": "", "PCI Passthrough Device": "", "PCI device does not have a reset mechanism defined and you may experience inconsistent/degraded behavior when starting/stopping the VM.": "", @@ -1579,9 +1343,6 @@ "POSIX Permissions": "", "PULL": "", "PUSH": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase and confirmation should match.": "", @@ -1594,22 +1355,15 @@ "Password is not set": "", "Password is set": "", "Password login enabled": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Pending": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Periodic S.M.A.R.T. Tests": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Pin vcpus": "", @@ -1644,7 +1398,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pools in Enclosure": "", "Pools:": "", @@ -1658,24 +1411,16 @@ "Pre Script": "", "Pre-script": "", "Preferred Trains": "", - "Preset": "", "Preset Name": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Proactive support settings is not available.": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Profile": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -1699,18 +1444,13 @@ "REAR": "", "REQUIRE": "", "RPM": "", - "Range Size": "", "Rate this page": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Named Attributes": "", - "Read Only": "", "Readonly Admin": "", - "Rear": "", "Reboot": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", @@ -1719,7 +1459,6 @@ "Recent Searches": "", "Recommended Apps": "", "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Referenced": "", @@ -1731,20 +1470,15 @@ "Reject": "", "Related Kubernetes Events": "", "Release Notes": "", - "Remote Host Key": "", "Remote machine": "", "Remove Invalid Quotas": "", "Remove device": "", "Remove device {name}?": "", - "Remove file?": "", - "Remove preset": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Rename Boot Environment": "", "Renew 2FA Secret": "", - "Renew Certificate Days Before Expiry": "", "Replacing Boot Pool Disk": "", "Replacing disk {name}": "", "Replicate «{name}» now?": "", @@ -1773,7 +1507,6 @@ "Reporting Write": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", "Reservation (in GiB)": "", @@ -1794,7 +1527,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Service": "", @@ -1805,15 +1537,12 @@ "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -1841,8 +1570,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "SAN": "", @@ -1855,8 +1582,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -1885,7 +1610,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -1899,7 +1623,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SNMP": "", "SSH": "", "SSH Connection saved": "", @@ -1908,35 +1631,28 @@ "SSH Key Pair": "", "SSH Keypair created": "", "SSH Keypair updated": "", - "SSH Keyscan": "", "SSH connection from the keychain": "", "SSH password login enabled": "", "SSH private key stored in user's home directory": "", "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", "Save Config": "", "Save Selection": "", "Save current ACL entries as a preset for future use.": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving settings": "", "Scan remote host key.": "", "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -1944,7 +1660,6 @@ "Scrub Pool": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -1958,23 +1673,17 @@ "Secondary Phone Number": "", "Secondary Title": "", "Seconds From Last Renew": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Public key authentication in SSH/Authentication.": "", "Select Bug when reporting an issue or Suggestion when requesting new functionality.": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a schedule preset or choose Custom to setup custom schedule.": "", "Select a screen resolution to use for SPICE sessions.": "", @@ -1985,10 +1694,8 @@ "Select an IP address to use for remote SPICE sessions. Note: this setting only applies if you are using a SPICE client other than the TrueNAS WebUI.": "", "Select an existing CSR.": "", "Select an existing SSH connection to a remote system or choose Create New to create a new SSH connection.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select paths to exclude": "", "Select the syslog(3) facility of the SFTP server.": "", "Select the syslog(3) level of the SFTP server.": "", @@ -2014,9 +1721,7 @@ "Send Test Email": "", "Sensitive": "", "Serial": "", - "Serial Shell": "", "Series": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -2032,9 +1737,7 @@ "Sessions": "", "Set": "", "Set Attribute": "", - "Set Frequency": "", "Set Quota": "", - "Set Warning Level": "", "Set email": "", "Set font size": "", "Set new password": "", @@ -2051,12 +1754,10 @@ "Settings Requiring Re-Initialization": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -2087,7 +1788,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Show All": "", "Show Built-in Groups": "", @@ -2098,20 +1798,16 @@ "Show Password": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signup": "", "Similar Apps": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", "Skip": "", @@ -2125,7 +1821,6 @@ "Smart Tests": "", "Snapdev": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", "Snapshot Read": "", @@ -2155,7 +1850,6 @@ "Spare VDEVs": "", "Special Allocation class, used to create Fusion pools. Optional VDEV type which is used to speed up metadata and small block IO.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify this certificate's valid Key Usages. Web certificates typically need at least Digital Signature and possibly Key Encipherment or Key Agreement, while other applications may need other usages.": "", "Specify whether the issued certificate should include Authority Key Identifier information, and whether the extension is critical. Critical extensions must be recognized by the client or be rejected.": "", @@ -2184,7 +1878,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop the scrub on {poolName}?": "", "Stop the {serviceName} service and close these connections?": "", "Stop {serviceName}?": "", @@ -2199,10 +1892,7 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Subdir Filter": "", - "Subfolder": "", "Subject Alternative Name": "", "Submit": "", "Success! The API key has been created or reset.": "", @@ -2218,25 +1908,20 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch to Advanced Options": "", "Switched to new dataset «{name}».": "", "Switched to new zvol «{name}».": "", "Switching to Advanced Options will lose data entered on second step. Do you want to continue?": "", "Sync From Peer": "", "Sync To Peer": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", "Syslog": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "System Audit Read": "", "System Audit Write": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information (Standby)": "", "System Information Active Node": "", @@ -2251,19 +1936,6 @@ "System Widgets": "", "System dataset updated.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tags": "", "Tail Lines": "", "Take screenshot of the current page": "", @@ -2285,7 +1957,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Terminal": "", "Terminate Other Sessions": "", "Terminate Other User Sessions": "", @@ -2314,17 +1985,13 @@ "The filesystem {filesystemName} is {filesystemDescription}, but datastore {datastoreName} is {datastoreDescription}. Is this correct?": "", "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The length of the field should be at least {minLength}": "", "The length of the field should be no more than {maxLength}": "", "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", - "The list is empty.": "", "The name \"{value}\" is already in use.": "", "The number of children must at the minimum accomodate the total number of disks required for the previous configuration options including parity drives.": "", "The path {path} is in a locked dataset.": "", @@ -2341,36 +2008,22 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", "There are {sessions} active iSCSI connections.": "", "These IP Addresses were removed: {uniqueIPs}. The listed services will be changed to listen on 0.0.0.0: {affectedServices}": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", - "These unknown processes are using the pool:": "", "Thick": "", "This action will set all dataset quotas for the removed or invalid groups to 0, virtually removing any dataset quota entires for such groups. Are you sure you want to proceed?": "", "This action will set all dataset quotas for the removed or invalid users to 0, virtually removing any dataset quota entires for such users. Are you sure you want to proceed?": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field remains empty until a token is obtained.\n Choose the category that best describes the bug or feature being reported.": "", "This information is provided by the catalog maintainer.": "", "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This node is currently configuring the system dataset.": "", @@ -2394,8 +2047,6 @@ "Time in seconds after which current user session will be disconnected. Interacting with UI extends the session.": "", "Timestamp": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Toggle {row}": "", @@ -2405,7 +2056,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Topology Summary": "", "Total": "", "Total Allocation": "", @@ -2419,21 +2069,17 @@ "Total failed": "", "Traffic": "", "Translate App": "", - "Transmit Hash Policy": "", - "Transport Encryption Behavior": "", "Treat Disk Size as Minimum": "", "TrueCloud Backup Tasks": "", "TrueCommand": "", "TrueCommand Read": "", "TrueCommand Write": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tuesday": "", "Tunable": "", "Turn Off": "", @@ -2441,24 +2087,20 @@ "Turn On Service": "", "Two Factor Auth": "", "Two Factor Authentication for SSH": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", "Two-Factor authentication is not enabled on this this system. You can configure your personal settings, but they will have no effect until two-factor authentication is enabled globally by system administrator.": "", "Two-Factor authentication is required on this system, but it's not yet configured for your user. Please configure it now.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPS": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "USB Passthrough Device": "", "UTC": "", "Unable to retrieve Available Applications": "", @@ -2469,14 +2111,10 @@ "Unencrypted": "", "Unhealthy": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock Child Encrypted Roots": "", "Unlock Pool": "", @@ -2485,14 +2123,12 @@ "Unset Pool": "", "Unshare {name}": "", "Unsupported Hardware": "", - "Unused Disks": "", "Up to date": "", "Update 'Time Machine'": "", "Update All": "", "Update Available": "", "Update Dashboard": "", "Update Image": "", - "Update Interval": "", "Update Members": "", "Update Password": "", "Update Pool": "", @@ -2519,23 +2155,15 @@ "Uploading and Applying Config": "", "Usable Capacity": "", "Usage Collection": "", - "Usages": "", "Use Custom ACME Server Directory URI": "", - "Use Default Domain": "", - "Use Preset": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", "Use snapshot {snapshot} to roll {dataset} back to {datetime}?": "", "Use this option to allow legacy SMB clients to connect to the server. Note that SMB1 is being deprecated and it is advised to upgrade clients to operating system versions that support modern versions of the SMB protocol.": "", "Used Ports": "", "Used Space": "", - "User Bind Path": "", - "User CN": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User List": "", "User Management": "", "User Quota Manager": "", @@ -2564,8 +2192,6 @@ "VDEVs": "", "VDEVs have been created through manual disk selection. To view or edit your selections, press the \"Edit Manual Disk Selection\" button below. To start again with the automated disk selection, hit the \"Reset\" button.": "", "VDEVs not assigned": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -2575,13 +2201,10 @@ "VM Serial Shell": "", "VM Write": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", - "Validate Certificates": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -2592,27 +2215,18 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Version to be upgraded to": "", "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -2625,21 +2239,13 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", @@ -2655,6 +2261,7 @@ "When not specified, guest system is given fixed amount of memory specified above.\nWhen minimum memory is specified, guest system is given memory within range between minimum and fixed as needed.": "", "When number of vcpus is equal to number of cpus in CPU set vcpus can be automatically pinned into CPU set. Pinning is done by mapping each vcpu into single cpu number in following the order in CPU set. This will improve CPU cache locality and can reduce possible stutter in GPU passthrough VMs.": "", "When replicated snapshots are deleted from the destination system:
  • Same as Source: use the Snapshot Lifetime from the source periodic snapshot task.
  • Custom: define a Snapshot Lifetime for the destination system.
  • None: never delete snapshots from the destination system.
  • ": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "Widget Category": "", "Widget Editor": "", @@ -2671,7 +2278,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Windows": "", "Windows (SMB) Shares": "", "Wipe Disk {name}": "", @@ -2716,20 +2322,16 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "iSCSI": "", "iSCSI Extent": "", @@ -2744,11 +2346,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -2756,7 +2356,6 @@ "to another TrueNAS": "", "to cloud": "", "vdev": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -2779,7 +2378,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -2793,24 +2391,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -2832,7 +2426,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Cuando el Modo UPS está configurado en esclavo. Ingrese el número de puerto de red abierto del sistema UPS Master. El puerto predeterminado es 3493.", " seconds.": " segundos.", diff --git a/src/assets/i18n/es-co.json b/src/assets/i18n/es-co.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/es-co.json +++ b/src/assets/i18n/es-co.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/es-mx.json b/src/assets/i18n/es-mx.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/es-mx.json +++ b/src/assets/i18n/es-mx.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/es-ni.json b/src/assets/i18n/es-ni.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/es-ni.json +++ b/src/assets/i18n/es-ni.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/es-ve.json b/src/assets/i18n/es-ve.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/es-ve.json +++ b/src/assets/i18n/es-ve.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 8985f8277ef..a61b41530f9 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -17,8 +16,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -94,16 +93,12 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -116,8 +111,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Based Share Enumeration": "", "Access Control Entry": "", @@ -136,7 +129,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", "Activate the Basic Constraints extension to identify whether the certificate's subject is a CA and the maximum depth of valid certification paths that include this certificate.": "", @@ -149,9 +141,7 @@ "Activates the replication schedule.": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -192,7 +182,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -203,7 +192,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -215,7 +203,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -248,7 +235,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -256,7 +242,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -267,14 +252,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced Details": "", @@ -295,38 +277,27 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -349,7 +320,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -361,13 +331,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -378,9 +345,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -407,12 +371,6 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply User": "", "Apply permissions recursively to all child datasets of the current dataset.": "", "Apply permissions recursively to all directories and files in the current dataset.": "", @@ -464,7 +422,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -476,7 +433,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -484,7 +440,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Auth Sessions Read": "", @@ -494,11 +449,8 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -518,14 +470,12 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space Threshold (%)": "", "Available version:\n": "", "Average Disk Temperature": "", "Avg Usage": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -537,24 +487,18 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Mode": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -564,7 +508,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -574,8 +517,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -602,14 +543,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -662,11 +600,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -679,7 +615,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -691,7 +626,6 @@ "Changing to a nightly train is one-way. Changing back to a stable train is not supported! ": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Release Notes": "", @@ -701,13 +635,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -763,12 +694,10 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -779,7 +708,6 @@ "Clone to New Dataset": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -823,9 +751,7 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -871,11 +797,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection port number on the central key server.": "", "Console Menu": "", "Console Settings": "", @@ -890,9 +814,7 @@ "Context menu copy and paste operations are disabled in the Shell. Copy and paste shortcuts for Mac are Command+c and Command+v. For most operating systems, use Ctrl+Insert to copy and Shift+Insert to paste.": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -900,7 +822,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -992,22 +913,18 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1028,7 +945,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1039,10 +955,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1052,16 +966,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1146,20 +1055,13 @@ "Delete User Quota": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1210,8 +1112,6 @@ "Direct the flow of data to the remote host.": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1219,33 +1119,27 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", "Discovery Authentication Method": "", "Disk Description": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk Wiped successfully": "", "Disk device name.": "", @@ -1258,19 +1152,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1282,7 +1171,6 @@ "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1290,7 +1178,6 @@ "Don't Allow": "", "Done": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1304,9 +1191,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1318,14 +1203,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit API Key": "", @@ -1344,7 +1226,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1407,14 +1288,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1422,20 +1301,17 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB2/3 Durable Handles": "", "Enable SMTP configuration": "", "Enable Serial Console": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", @@ -1464,25 +1340,19 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption (more secure, but slower)": "", "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1612,7 +1482,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1634,7 +1503,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1648,12 +1516,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1663,15 +1529,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1694,7 +1556,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1712,30 +1573,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1763,10 +1617,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", "Following container images are available to update:\n": "", @@ -1791,11 +1642,8 @@ "Frequency": "", "Fri": "", "Friday": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1811,7 +1659,6 @@ "Gathering data...": "", "General": "", "General Info": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1838,22 +1685,18 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1867,7 +1710,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1875,7 +1717,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -1907,7 +1748,6 @@ "Hidden": "", "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -1972,7 +1812,6 @@ "Hubic": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2010,7 +1849,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2025,8 +1863,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2052,14 +1888,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2076,7 +1910,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2114,7 +1947,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2154,7 +1986,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2178,7 +2009,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2193,7 +2023,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2207,17 +2036,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2234,20 +2055,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2272,17 +2089,11 @@ "Level 64 - Intermediate power usage with Standby": "", "Libdefaults Auxiliary Parameters": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2300,8 +2111,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2321,20 +2130,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2346,25 +2154,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2377,41 +2181,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2419,9 +2211,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2445,7 +2235,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method Call": "", "Method of snapshot transfer:
    • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
    • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
    • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
    • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
    ": "", @@ -2460,7 +2249,6 @@ "Min Poll": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2472,7 +2260,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Modify": "", "Module": "", "Mon": "", @@ -2482,17 +2269,14 @@ "Monitor User": "", "Month(s)": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2509,7 +2293,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2550,11 +2333,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -2667,14 +2445,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2690,31 +2466,24 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2765,12 +2534,10 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2792,7 +2559,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2823,13 +2589,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2840,9 +2604,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -2876,31 +2637,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -2946,7 +2700,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -2976,7 +2729,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -2986,9 +2738,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -2997,16 +2746,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3050,23 +2795,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3081,7 +2821,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3103,7 +2842,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3118,20 +2856,16 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3178,7 +2912,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3210,7 +2943,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart SMB Service": "", @@ -3227,17 +2959,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3287,8 +3016,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3303,8 +3030,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3334,7 +3059,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3348,7 +3072,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3365,7 +3088,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3376,7 +3098,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3384,7 +3105,6 @@ "Sat": "", "Saturday": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3399,7 +3119,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3409,14 +3128,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3425,7 +3141,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3446,15 +3161,12 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3464,13 +3176,10 @@ "Select None or an integer. This value represents the number of existing authorized accesses.": "", "Select UEFI for newer operating systems or UEFI-CSM (Compatibility Support Mode) for older operating systems that only support BIOS booting. Grub is not recommended but can be used when the other options do not work.": "", "Select Configuration File": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3510,10 +3219,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3579,13 +3286,11 @@ "Separate multiple values by pressing Enter.": "", "Separate values with commas, and without spaces.": "", "Serial": "", - "Serial Shell": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", "Serial or USB port connected to the UPS. To automatically detect and manage the USB port settings, select auto.

    When an SNMP driver is selected, enter the IP address or hostname of the SNMP UPS device.": "", "Series": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3609,11 +3314,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3710,12 +3413,10 @@ "Settings Requiring Re-Initialization": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3748,7 +3449,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3767,7 +3467,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3785,8 +3484,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3794,7 +3491,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", @@ -3810,7 +3506,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -3851,7 +3546,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -3899,7 +3593,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -3926,13 +3619,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -3956,7 +3646,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -3970,7 +3659,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -3978,14 +3666,11 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4011,19 +3696,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4058,7 +3730,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4111,12 +3782,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4126,7 +3794,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4171,7 +3838,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4186,14 +3852,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4214,14 +3874,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4230,7 +3884,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4269,8 +3922,6 @@ "Timezone": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4282,7 +3933,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology Summary": "", @@ -4301,10 +3951,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4317,13 +3965,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4334,7 +3980,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4343,17 +3988,14 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPS": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4370,17 +4012,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4400,7 +4038,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4410,7 +4047,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update Members": "", "Update Password": "", "Update Pool": "", @@ -4451,18 +4087,14 @@ "Usable Capacity": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", @@ -4478,13 +4110,9 @@ "Used Space": "", "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4527,8 +4155,6 @@ "VDEVs have been created through manual disk selection. To view or edit your selections, press the \"Edit Manual Disk Selection\" button below. To start again with the automated disk selection, hit the \"Reset\" button.": "", "VDEVs not assigned": "", "VLAN Addresses": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4539,15 +4165,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -4558,9 +4181,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4571,20 +4191,14 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4601,22 +4215,14 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4649,6 +4255,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4671,7 +4278,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4730,21 +4336,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4767,12 +4369,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4790,7 +4390,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4813,7 +4412,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4827,24 +4425,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -4866,7 +4460,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "% of all cores": "% de todos los núcleos", "(24 Hours)": "(24 horas)", diff --git a/src/assets/i18n/et.json b/src/assets/i18n/et.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/et.json +++ b/src/assets/i18n/et.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/eu.json b/src/assets/i18n/eu.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/eu.json +++ b/src/assets/i18n/eu.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/fa.json b/src/assets/i18n/fa.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/fa.json +++ b/src/assets/i18n/fa.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/fi.json b/src/assets/i18n/fi.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/fi.json +++ b/src/assets/i18n/fi.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 87b39be82be..4708a737a52 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -1,28 +1,18 @@ { "": "", - " Est. Usable Raw Capacity": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1m Average": "", "2FA": "", "2FA Settings": "", "A single bandwidth limit or bandwidth limit schedule in rclone format. Separate entries by pressing Enter. Example: 08:00,512 12:00,10MB 13:00,512 18:00,30MB 23:00,off. Units can be specified with a suffix of b (default), k, M, or G. See rclone --bwlimit.": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALL Initiators Allowed": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", - "Ace has errors.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", "Add Backup Credential": "", "Add Certificate Signing Requests": "", @@ -30,91 +20,39 @@ "Add Credential": "", "Add Expansion Shelf": "", "Add Exporter": "", - "Add Item": "", "Add Kernel Parameters": "", "Add Key": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", - "Add SPN": "", "Add Widget": "", "Add iSCSI": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", - "Additional Hardware": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", - "Admin Password": "", - "Admin Username": "", - "Administrators Group": "", "Admins": "", "Alert List Write": "", - "Aliases": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allowed Address": "", "Allowed IP Addresses Settings": "", - "Allowed Initiators": "", - "Also Include Naming Schema": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App is restarted": "", "App is restarting": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apps Read": "", "Apps Write": "", "Arbitrary Text": "", - "Asymmetric Logical Unit Access (ALUA)": "", - "Attach images (optional)": "", "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Auth Sessions Read": "", "Auth Sessions Write": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", - "Available Memory": "", - "Back to Support": "", "Backblaze B2": "", "Backup Config": "", "Backup Credential": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Boot Environment": "", - "Boot Pool Condition": "", "Box": "", - "Bridge Members": "", - "Bridge Settings": "", "Bucket Name": "", - "By snapshot creation time": "", - "CD-ROM Path": "", "CLI": "", - "CN Realm": "", "CPU Recent Usage": "", "CPU Stats": "", "CSR": "", @@ -125,23 +63,13 @@ "Catalog Write": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", - "Certificate Subject": "", "Certificate Write": "", - "Change log": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", - "Child Shares": "", - "Clear": "", - "Click Add to add first VDEV.": "", "Client ID": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close {formType} Form": "", "Cloud Backup Snapshot": "", @@ -153,8 +81,6 @@ "Command Line Interface": "", "Command: {command}": "", "Completed Jobs": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Config-Reset": "", "Configure Access": "", @@ -174,16 +100,11 @@ "Configure Storage": "", "Configure Syslog": "", "Confirmation": "", - "Connect using:": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", "Container Read": "", "Container Write": "", - "Contract Type": "", - "Controller Type": "", "Cooling": "", - "Copies": "", "Create Exporter": "", "Create Kerberos Keytab": "", "Create Kerberos Realm": "", @@ -202,90 +123,50 @@ "Credentials: {credentials}": "", "Cronjob": "", "Current Sensor": "", - "Current Train:": "", "Custom ACME Server Directory URI": "", - "Custom Name": "", - "Customer Name": "", - "DNS Timeout": "", "DS Groups": "", "DS Groups Name": "", "Dashboard (old)": "", "Data Topology": "", - "Data Written": "", "Dataset": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", "Dataset Write": "", "Dataset ZFS Encryption": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", - "Dataset {name} was created.": "", "Datasets": "", "Default – follow upstream / TrueNAS default": "", "Defect": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", - "Delete raw file": "", - "Delete selections": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Descriptor": "", "Desired – encrypt transport if supported by client during session negotiation": "", "Destroy the ZFS filesystem for pool data. This is a permanent operation. You will be unable to re-mount data from the exported pool.": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", - "Disabled in Disk Settings": "", - "Discover Remote Host Key": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk I/O": "", "Disk IO": "", - "Disk Sector Size": "", "Disk Tests": "", "Disks on {enclosure}": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", - "Dispersal Strategy": "", - "Display Login": "", "Distributed Hot Spares": "", - "Do any of them look similar?": "", "Docker Hub Rate Limit Warning": "", "Docker Image": "", "Docs": "", - "Domain Account Password": "", "Domain Name System": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", - "Drag & drop disks to add or remove them": "", - "Drive Details {disk}": "", "Drop session": "", "Dropbox": "", "Dry run completed.": "", - "EC2 Instance ID": "", - "EXPIRED": "", - "EXPIRES TODAY": "", - "Edit Disk(s)": "", "Edit Expansion Shelf": "", "Edit Label": "", "Edit Trim": "", @@ -294,23 +175,12 @@ "Edit widget to choose network interface.": "", "Element": "", "Empty drive cage": "", - "Enable Apple SMB2/3 Protocol Extensions": "", - "Enable FXP": "", "Enable Kernel Debug": "", - "Enable Learning": "", - "Enable TLS": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable this TrueCloud Backup Task. Unset to disable this TrueCloud Backup Task without deleting it.": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", - "Encryption Mode": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "End session": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", "Enter a name of the TrueCloud Backup Task.": "", @@ -319,44 +189,28 @@ "Enter path for {label}.{multiple}": "", "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", - "Error ({code})": "", - "Error:": "", "Eula": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Excluded Paths": "", - "Exec": "", "Exit": "", - "Expected Finished Time:": "", - "Expiration Date": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Exporter": "", "Exporters": "", "Extending VDEV": "", - "Extra Constraints": "", "FIPS Settings": "", "FTP": "", "Failed Disks:": "", "Failed Jobs": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", - "Fatal error! Check logs.": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "File ID": "", - "File Mask": "", - "File Permissions": "", "File: {filename}": "", "Filename": "", "Filesystem": "", @@ -367,17 +221,10 @@ "Filesystem Full Control": "", "First Page": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Forums": "", "Free RAM": "", "FreeBSD": "", - "From Email": "", - "From Name": "", - "Front": "", "Full Admin": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -386,22 +233,16 @@ "Global 2FA Enable": "", "Global Configuration Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", - "Go To Encryption Root": "", "Go back": "", - "Go to Datasets": "", "Go to Documentation": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Execute": "", "Group Quota Manager": "", "Group Read": "", "Group Write": "", - "Group members": "", "Groups": "", - "Guest Account": "", "HA is Disabled": "", "HTTP": "", "HTTP Port": "", @@ -409,7 +250,6 @@ "HTTPS Redirect": "", "Has Allow List": "", "Healthy": "", - "Hide Job": "", "Hide Password": "", "Highlighted path is {node}. Press 'Space' to {expand}. Press 'Enter' to {select}.": "", "Home Widgets": "", @@ -420,7 +260,6 @@ "Hostname Database": "", "Hostname: {hostname}": "", "Hubic": "", - "I would like to": "", "IP": "", "IP Address/Subnet": "", "IP of 1st Redfish management interface.": "", @@ -430,10 +269,7 @@ "IPs": "", "IPv6 Address": "", "ISCSI Associated Target": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image Name": "", "Image Size": "", "Image Tag": "", @@ -445,24 +281,20 @@ "Improvement": "", "In Progress": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Information": "", "Inherit ({value})": "", "Inherit Encryption": "", - "Inherit encryption properties from parent": "", "Init/Shutdown Script": "", "Initializing Apps Service": "", "Insensitive": "", "Inspect VDEVs": "", "Integrate Snapshots with VMware": "", - "Internal": "", "Invisible": "", "Ipmi": "", "Isolated GPU Devices Settings": "", @@ -473,7 +305,6 @@ "JBOF Write": "", "Jira": "", "Job": "", - "Job aborted": "", "Jobs History": "", "Jobs in progress": "", "Joining": "", @@ -482,10 +313,8 @@ "KMIP Write": "", "Keep Last": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kernel Parameters": "", "Kernel Settings": "", - "Key Usage Config": "", "Key not set": "", "Key set": "", "Keychain Credential Read": "", @@ -493,107 +322,56 @@ "Keypairs": "", "Kubernetes Read": "", "Kubernetes Write": "", - "LACPDU Rate": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LINK STATE DOWN": "", "LINK STATE UNKNOWN": "", "LINK STATE UP": "", "Lan": "", "Last Page": "", - "Last Scan": "", "Last Scrub Date": "", - "Last Scrub Run": "", - "Last {result} Test": "", - "Layout": "", "Layouts": "", "Leaving": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", - "Linked Service": "", "Linux": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Locks": "", - "Log In": "", - "Log in to Gmail to set up Oauth credentials.": "", + "Login Banner": "", "Logoff": "", - "Low Capacity": "", - "MAC Address": "", + "MOTD": "", "Machine": "", - "Mail Server Port": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Groups Server-side": "", - "Manage NFS Shares": "", - "Manage S.M.A.R.T. Tasks": "", - "Manage SMB Shares": "", "Manage Snapshots Tasks": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", - "Manual Test": "", "Manual Upgrade": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", - "Masquerade Address": "", - "Maximize Dispersal": "", - "Maximum Passive Port": "", "Mega": "", "Memory Stats": "", "Memory Utilization": "", "Message": "", - "Metadata (Special) Small Block Size": "", "Method Call": "", "Microsoft Azure": "", "Middleware": "", "Middleware - Credentials": "", "Middleware - Method": "", - "Minimum Passive Port": "", "Minor": "", "Missing group - {gid}": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Module": "", - "More info...": "", "Move widget down": "", "Move widget up": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", - "Must be part of the pool to check errors.": "", "NFS Sessions": "", "NFS Share": "", "NFS3 Session": "", "NFS4 Session": "", "NFSv4 DNS Domain": "", - "NIC To Attach": "", "NS": "", "NTP Server": "", "NVMe-oF Expansion Shelves": "", "Name ^ \"Local\" AND \"Web Shell Access\" = true": "", "Nameserver": "", "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -646,53 +424,29 @@ "Newsletter": "", "No Enclosure Dispersal Strategy": "", "No License": "", - "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", - "No disks available.": "", "No logs available": "", - "No options are passed": "", - "No results found in {section}": "", - "No unused disks": "", - "No update found.": "", - "No vdev info for this disk": "", - "None requested": "", - "Not Shared": "", "Notifications": "", "Num Pending Deletes": "", "Offline VDEVs": "", "Offload Read": "", "Offload Write": "", "Okay": "", - "One-Time Password (if necessary)": "", - "Only Replicate Snapshots Matching Schedule": "", "Only first {number} examples are shown.": "", "Open Files": "", "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", "Other Execute": "", "Other Read": "", "Other Write": "", "Other node is currently configuring the system dataset.": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", - "Owner Group": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Password Login": "", - "Pattern": "", - "Pause Scrub": "", "Pending": "", - "Pending Sync": "", - "Perform Reverse DNS Lookups": "", "Periodic S.M.A.R.T. Tests": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", "Pool Scrub Read": "", @@ -700,52 +454,32 @@ "Pool Wizard": "", "Pool does not exist": "", "Pool imported successfully.": "", - "Pool {name} is {status}.": "", "Pools:": "", "Post Script": "", "Power Menu": "", "Power Supply": "", "Pre Script": "", - "Preset": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Processor": "", - "Product": "", - "Product ID": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Pull Image": "", "Quota": "", "RAIDZ1": "", "RAIDZ2": "", "RAIDZ3": "", "RAM": "", - "Range Size": "", "Rate this page": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", - "Read Only": "", "Readonly Admin": "", - "Rear": "", "Received: {received}/s Sent: {sent}/s": "", "Recent Searches": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Reject": "", "Release Notes": "", - "Remote Host Key": "", - "Remove file?": "", - "Remove preset": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", - "Renew Certificate Days Before Expiry": "", "Replication Admin": "", "Replication Settings": "", "Replication Task": "", @@ -761,7 +495,6 @@ "Reporting Exporters": "", "Reporting Read": "", "Reporting Write": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", "Reservation (in GiB)": "", @@ -769,20 +502,16 @@ "Reset Defaults": "", "Reset password": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Standby": "", "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", - "Resume Scrub": "", "Retention (in days)": "", "Retry": "", "Root TCP Socket": "", @@ -792,15 +521,11 @@ "Rsync Task Manager": "", "Run «{name}» Cloud Backup now?": "", "S.M.A.R.T.": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "SAS Connector": "", "SAS Expander": "", "SED": "", "SED User": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SID": "", "SMB": "", "SMB - Client Account": "", @@ -825,7 +550,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -836,45 +560,26 @@ "SMB Status": "", "SMB User": "", "SMTP": "", - "SMTP Authentication": "", "SNMP": "", "SSH Key": "", "SSH Key Pair": "", - "SSH Keyscan": "", "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "Samba": "", - "Save Access Control List": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", - "Schema": "", - "Schema Mode": "", - "Scroll to top": "", "Scrub Task": "", - "Scrub interval (in days)": "", "Search Documentation for «{value}»": "", "Search UI": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", - "Security": "", - "Select Existing Zvol": "", "Select Image Tag": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a template": "", - "Select disks you want to use": "", - "Select images you want attach to review": "", "Select to enable. Deleted files from the same dataset move to a Recycle Bin in that dataset and do not take any additional space. Recycle bin is for access over SMB protocol only. The files are renamed to a per-user subdirectory within .recycle directory at either (1) root of SMB share (if path is same dataset as SMB share) or (2) at root of current dataset if we have nested datasets. Because of (2) there is no automatic deletion based on file size.": "", "Self-Encrypting Drive Settings": "", "Send Feedback": "", "Send Method": "", "Send Test Email": "", - "Serial Shell": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Name": "", @@ -884,16 +589,12 @@ "Session Token Lifetime": "", "Session dialect": "", "Set Attribute": "", - "Set Frequency": "", "Set Quota": "", - "Set Warning Level": "", "Set email": "", "Set new password": "", "Settings Menu": "", "Setup Cron Job": "", - "Setup Method": "", "Severity Level": "", - "Share Attached": "", "Sharing": "", "Sharing Admin": "", "Sharing NFS Read": "", @@ -920,25 +621,19 @@ "Sharing iSCSI Target Read": "", "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", - "Shell Commands": "", "Show All": "", "Show Built-in Groups": "", "Show Ipmi Events": "", "Show Logs": "", "Show Password": "", - "Show extra columns": "", "Sign Out": "", - "Signed By": "", - "Signed Certificates": "", "Signing": "", - "Site Name": "", "Skip": "", "Slot {n}": "", "Smart": "", "Smart Task": "", "Smart Test Result": "", "Smart Tests": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Read": "", "Snapshot Task": "", @@ -950,31 +645,21 @@ "Snapshot Write": "", "Source Path": "", "Specify custom": "", - "Specify number of threads manually": "", "Split": "", "Standby: TrueNAS Controller {id}": "", "Stateful Sets": "", "Static Route": "", "Static Routing": "", - "Stop Flashing": "", "Storj": "", "Storj iX": "", - "Stream Compression": "", - "Strip ACL": "", "Subdir Filter": "", - "Subfolder": "", "Sudo": "", "Support Read": "", "Support Write": "", - "Switch To Wizard": "", - "Synced": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "System Audit Read": "", "System Audit Write": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information Active Node": "", "System Information Standby Node": "", @@ -983,19 +668,6 @@ "System Stats": "", "System Uptime": "", "System Utilization": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Target Stats": "", "Target Utilization": "", "Task": "", @@ -1004,68 +676,32 @@ "Tasks": "", "Temperature Sensors": "", "Template": "", - "Tenant Domain": "", "Terminal": "", "Terminate Other User Sessions": "", "Test": "", - "The following issues were already reported.": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", - "The list is empty.": "", - "There are no alerts.": "", "There are no tasks.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", - "These unknown processes are using the pool:": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", - "This is not a production release, and should only be used for testing.": "", "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

    1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

    2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

    3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

    This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "Ticket": "", "Time Server": "", "Timestamp": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Total Disks:": "", "Total failed": "", "Traffic": "", "Translate App": "", - "Transmit Hash Policy": "", - "Transport Encryption Behavior": "", "TrueCommand Read": "", "TrueCommand Write": "", - "TrueNAS URL": "", - "Trust Guest Filters": "", "Tunable": "", "Turn Off": "", - "Two-Factor Authentication Code": "", "UI": "", - "UI Search Result: {result}": "", - "UNIX Charset": "", "UPS Stats": "", "UPS Utilization": "", - "URL": "", "Uncheck": "", - "Unix NSS Info": "", - "Unix Primary Group": "", "Unix Socket": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unshare {name}": "", - "Unused Disks": "", "Update Dashboard": "", - "Update Interval": "", "Update Password": "", "Update Release Notes": "", "Update Software": "", @@ -1074,60 +710,31 @@ "Upload Configuration": "", "Upload Manual Update File": "", "Usage Collection": "", - "Usages": "", - "Use Default Domain": "", - "Use Preset": "", "Use Snapshot": "", - "Use Syslog Only": "", - "User Bind Path": "", - "User CN": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User List": "", "User Read": "", "User Write": "", "User password": "", "VDEVs": "", - "VLAN Settings": "", - "VLAN Tag": "", "VM Device Read": "", "VM Device Write": "", "VM Read": "", "VM Serial Shell": "", "VM Write": "", - "VMWare Sync": "", "VMware Snapshot": "", - "Validate Certificates": "", - "Validate Remote Path": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", - "View All Test Results": "", "View Changelog": "", - "View Less": "", "View Netdata": "", "View Release Notes": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Voltage": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", - "Waiting for Active TrueNAS controller to come up...": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", "Web Shell Access": "", "WebDAV": "", "What and When": "", + "When set, the following text will be shown prior to showing login page to the user": "", "Widget Category": "", "Widget Editor": "", "Widget Subtext": "", @@ -1139,23 +746,18 @@ "Widget {slot} Settings": "", "Widgets": "", "Widgets ({n, plural, =1 {# item} other {# items}})": "", - "Winbind NSS Info": "", "Windows": "", "Workloads": "", "Yandex": "", "ZFS Reports": "", "ZFS Stats": "", "ZFS Utilization": "", - "Zvol Location": "", - "by ancestor": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "iSCSI Extent": "", "iSCSI Initiator": "", @@ -1163,14 +765,11 @@ "iSCSI Target": "", "iSCSI Wizard": "", "never ran": "", - "on this enclosure.": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "readonly": "", "standby": "", "to cloud": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -1189,23 +788,18 @@ "{comparator} (Starts With)": "", "{coreCount, plural, one {# core} other {# cores} }": "", "{cpuPercentage}% Avg. Usage": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{minutes, plural, =1 {# minute} other {# minutes}}": "", "{n, plural, =0 {No errors} one {# Error} other {# Errors}}": "", "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{tasks, plural, =1 {# receive task} other {# receive tasks}}": "", "{tasks, plural, =1 {# received task} other {# received tasks}} this week": "", "{tasks, plural, =1 {# send task} other {# send tasks}}": "", @@ -1220,7 +814,6 @@ "{usage}% (All Threads)": "", "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", - "{version} is available!": "", "{view} on {enclosure}": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "\n Il semble que votre session soit inactive depuis plus de {lifetime} secondes.
    \n Pour des raisons de sécurité, nous vous déconnecterons à {time}.\n", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Lorsque le mode UPS est réglé sur Esclave. Entrez le numéro de port réseau ouvert du système UPS Maître . Le port par défaut est 3493.", diff --git a/src/assets/i18n/fy.json b/src/assets/i18n/fy.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/fy.json +++ b/src/assets/i18n/fy.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ga.json b/src/assets/i18n/ga.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ga.json +++ b/src/assets/i18n/ga.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/gd.json b/src/assets/i18n/gd.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/gd.json +++ b/src/assets/i18n/gd.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/gl.json b/src/assets/i18n/gl.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/gl.json +++ b/src/assets/i18n/gl.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/hi.json b/src/assets/i18n/hi.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/hi.json +++ b/src/assets/i18n/hi.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/hr.json b/src/assets/i18n/hr.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/hr.json +++ b/src/assets/i18n/hr.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/hsb.json b/src/assets/i18n/hsb.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/hsb.json +++ b/src/assets/i18n/hsb.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/hu.json b/src/assets/i18n/hu.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/hu.json +++ b/src/assets/i18n/hu.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ia.json b/src/assets/i18n/ia.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ia.json +++ b/src/assets/i18n/ia.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/id.json b/src/assets/i18n/id.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/id.json +++ b/src/assets/i18n/id.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/io.json b/src/assets/i18n/io.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/io.json +++ b/src/assets/i18n/io.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/is.json b/src/assets/i18n/is.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/is.json +++ b/src/assets/i18n/is.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index e123dce81fb..5b29a102c5e 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -90,17 +89,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -113,8 +108,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access Control Entry": "", @@ -134,7 +127,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", "Activate the Basic Constraints extension to identify whether the certificate's subject is a CA and the maximum depth of valid certification paths that include this certificate.": "", @@ -145,9 +137,7 @@ "Activates the configuration. Unset to disable the configuration without deleting it.": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -188,7 +178,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -199,7 +188,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -211,7 +199,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -245,13 +232,11 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", "Adding data VDEVs of different types is not supported.": "", "Additional smartctl(8) options.": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -262,14 +247,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced Mode": "", @@ -286,38 +268,27 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -340,7 +311,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -352,13 +322,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -369,9 +336,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -397,12 +361,6 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply User": "", "Apply the same quota warning alert settings as the parent dataset.": "", "Apps": "", @@ -446,7 +404,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -458,7 +415,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -466,7 +422,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -478,12 +433,9 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Keys": "", @@ -497,14 +449,12 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space Threshold (%)": "", "Available version:\n": "", "Average Disk Temperature": "", "Avg Usage": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -516,36 +466,27 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Best effort (default)": "", - "Bind": "", - "Bind Interfaces": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", "Block size": "", "Boot Environment": "", "Boot Loader Type": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Bot API Token": "", "Box": "", "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a storage location and add the name of the new raw file on the end of the path.": "", @@ -571,14 +512,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -630,11 +568,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -645,7 +581,6 @@ "Change Enclosure Label": "", "Change Server": "", "Change Token Lifetime in": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -656,7 +591,6 @@ "Changing to a nightly train is one-way. Changing back to a stable train is not supported! ": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", @@ -664,13 +598,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -715,13 +646,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -733,7 +662,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -777,9 +705,7 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", "Compression Level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -819,11 +745,9 @@ "Confirmation": "", "Connect": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection port number on the central key server.": "", "Console": "", "Console Keyboard Map": "", @@ -842,9 +766,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -852,7 +774,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -942,23 +863,19 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -977,7 +894,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Database": "", "Dataset": "", @@ -987,10 +903,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1000,16 +914,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1092,18 +1001,11 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting...": "", "Deny": "", @@ -1148,42 +1050,34 @@ "Digital Signature": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", "Discovery Authentication Method": "", "Disk Description": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk Wiped successfully": "", "Disk device name.": "", @@ -1196,18 +1090,13 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do you want to configure the ACL?": "", @@ -1217,13 +1106,11 @@ "Docker Registry Authentication": "", "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Domain:": "", "Domains": "", "Don't Allow": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download File": "", @@ -1233,9 +1120,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1247,14 +1132,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit API Key": "", @@ -1272,7 +1154,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1333,14 +1214,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1348,7 +1227,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1356,14 +1234,12 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", @@ -1386,11 +1262,9 @@ "Enabling redirect will require all URLs served from current host to be served via HTTPS regardless of port used. This may make some App portals inaccessible if they don't use HTTPS. Do you wish to continue?": "", "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1398,14 +1272,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1535,7 +1405,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1557,7 +1426,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1571,12 +1439,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1586,15 +1452,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1618,7 +1480,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1636,30 +1497,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1687,10 +1541,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1719,11 +1570,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1743,7 +1591,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1770,15 +1617,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1786,7 +1630,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1800,7 +1643,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1808,7 +1650,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -1841,7 +1682,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -1909,7 +1749,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1952,7 +1791,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1967,8 +1805,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -1995,14 +1831,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2019,7 +1853,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2057,7 +1890,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2097,7 +1929,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2121,7 +1952,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2136,7 +1966,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2150,17 +1979,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2178,20 +1999,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2217,17 +2034,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2245,8 +2056,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2266,20 +2075,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2291,25 +2099,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2322,41 +2126,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2364,9 +2156,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2393,7 +2183,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2410,7 +2199,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2423,7 +2211,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2437,17 +2224,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2464,7 +2248,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2508,11 +2291,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2632,14 +2410,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2655,32 +2431,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2732,13 +2501,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2760,7 +2527,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2794,13 +2560,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2811,9 +2575,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -2848,31 +2609,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -2919,7 +2673,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -2951,7 +2704,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -2961,9 +2713,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -2972,16 +2721,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3025,23 +2770,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3056,7 +2796,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3082,7 +2821,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3097,13 +2835,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3111,7 +2846,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3158,7 +2892,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3190,7 +2923,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3208,17 +2940,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3272,8 +3001,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3289,8 +3016,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3320,7 +3045,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3335,7 +3059,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3353,7 +3076,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3364,7 +3086,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3373,7 +3094,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3388,7 +3108,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3398,14 +3117,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3414,7 +3130,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3435,16 +3150,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3456,13 +3168,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3502,10 +3211,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3573,7 +3280,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3581,7 +3287,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3605,11 +3310,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3708,12 +3411,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3746,7 +3447,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3765,7 +3465,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3783,8 +3482,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3792,7 +3489,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -3809,7 +3505,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -3850,7 +3545,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -3902,7 +3596,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -3930,13 +3623,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -3961,7 +3651,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -3976,7 +3665,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -3984,15 +3672,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4018,19 +3703,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4066,7 +3738,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4119,12 +3790,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4134,7 +3802,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4179,7 +3846,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4194,14 +3860,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4222,14 +3882,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4238,7 +3892,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4279,8 +3932,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4292,7 +3943,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4313,10 +3963,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4329,13 +3977,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4346,7 +3992,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4356,11 +4001,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4368,7 +4011,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4385,17 +4027,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4415,7 +4053,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4425,7 +4062,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4473,18 +4109,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4503,14 +4135,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4557,8 +4185,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4569,15 +4195,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4589,9 +4212,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4603,21 +4223,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4634,23 +4248,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4686,6 +4292,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4708,7 +4315,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4770,21 +4376,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4807,12 +4409,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4830,7 +4430,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4853,7 +4452,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4867,24 +4465,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -4906,7 +4500,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "20 characters is the maximum length.": "20 caratteri è la lunghezza massima.", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", diff --git a/src/assets/i18n/ja.json b/src/assets/i18n/ja.json index 4b16e26ad29..a6a78fec84a 100644 --- a/src/assets/i18n/ja.json +++ b/src/assets/i18n/ja.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -14,8 +13,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1 day": "", "1 hour": "", "1 month": "", @@ -82,16 +81,12 @@ "A system update is in progress. It might have been launched in another window or by an external source like TrueCommand.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -102,8 +97,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access": "", "Access Control Entry": "", @@ -121,7 +114,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", @@ -135,9 +127,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -179,7 +169,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -190,7 +179,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -202,7 +190,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -234,14 +221,12 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", "Adding data VDEVs of different types is not supported.": "", "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -253,14 +238,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced Details": "", @@ -277,29 +259,18 @@ "Alert service saved": "", "Alerts could not be loaded": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "All": "", "All Cores": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate space for the new zvol.": "", "Allow All": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -318,7 +289,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -330,13 +300,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amount of disk space that can be used by the selected groups. Entering 0 (zero) allows all disk space.": "", @@ -345,9 +312,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any system service can communicate externally.": "", "Api Key": "", "App": "", @@ -372,12 +336,6 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply User": "", "Apps": "", "Apps Read": "", @@ -420,7 +378,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -432,7 +389,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -440,7 +396,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -452,12 +407,9 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Keys": "", @@ -467,13 +419,11 @@ "Automated Disk Selection": "", "Automatically sets number of threads used by the kernel NFS server.": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available version:\n": "", "Average Disk Temperature": "", "Avg Usage": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -484,36 +434,27 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Base DN": "", "Base Name": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Boot Environment": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Bot API Token": "", "Box": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browse to the existing path on the remote host to sync with. Maximum path length is 255 characters": "", @@ -533,14 +474,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", "COPY": "", @@ -593,11 +531,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -608,7 +544,6 @@ "Change Enclosure Label": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -621,19 +556,15 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose AES-256 or None.": "", @@ -679,13 +610,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -694,7 +623,6 @@ "Clone To New Dataset": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -736,9 +664,7 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", "Compression Level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -777,11 +703,9 @@ "Confirmation": "", "Connect": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection port number on the central key server.": "", "Connections": "", "Console Menu": "", @@ -795,9 +719,7 @@ "Content Commitment": "", "Contents of the uploaded Service Account JSON file.": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -805,7 +727,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -896,24 +817,20 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -932,7 +849,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -942,10 +858,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -955,16 +869,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Date Created": "", @@ -1045,18 +954,11 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1107,43 +1009,35 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", "Discovery Authentication Method": "", "Disk Description": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1157,17 +1051,12 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do you want to configure the ACL?": "", @@ -1179,7 +1068,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1187,7 +1075,6 @@ "Don't Allow": "", "Done": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1200,9 +1087,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1214,13 +1099,10 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit API Key": "", @@ -1239,7 +1121,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1302,13 +1183,11 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1316,21 +1195,18 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", "Enable SMTP configuration": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", @@ -1353,25 +1229,19 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption (more secure, but slower)": "", "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1461,7 +1331,6 @@ "Enter {value} below to confirm.": "", "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1483,7 +1352,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Est. Usable Raw Capacity": "", "Establishing a connection requires that one of the connection systems has open TCP ports. Choose which system (LOCAL or REMOTE) will open ports. Consult your IT department to determine which systems are allowed to open ports.": "", "Estimated data capacity available after extension.": "", @@ -1494,12 +1362,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1509,15 +1375,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1539,7 +1401,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1557,30 +1418,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1607,10 +1461,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Following container images are available to update:\n": "", @@ -1636,11 +1487,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1658,7 +1506,6 @@ "Gathering data...": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1682,15 +1529,12 @@ "Global Two Factor Authentication": "", "Global Two Factor Authentication Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1698,7 +1542,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1712,7 +1555,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1720,7 +1562,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -1753,7 +1594,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Stderr": "", "Hide Stdout": "", @@ -1814,7 +1654,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1852,7 +1691,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1867,8 +1705,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -1895,14 +1731,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -1919,7 +1753,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -1953,7 +1786,6 @@ "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier of the certificate. Only alphanumeric characters, dash (-), and underline (_) are allowed.": "", @@ -1992,7 +1824,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2015,7 +1846,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2030,7 +1860,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2044,17 +1873,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", "LINK STATE DOWN": "", @@ -2070,20 +1891,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2109,17 +1926,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2137,8 +1948,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2158,19 +1967,18 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2182,23 +1990,19 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2211,41 +2015,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2253,9 +2045,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2280,7 +2070,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2297,7 +2086,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2310,7 +2098,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Modify": "", @@ -2323,17 +2110,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2350,7 +2134,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2386,11 +2169,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -2507,14 +2285,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2530,30 +2306,23 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2599,11 +2368,9 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2624,7 +2391,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2654,12 +2420,10 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2670,9 +2434,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase and confirmation should match.": "", @@ -2702,30 +2463,23 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -2769,7 +2523,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -2800,7 +2553,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -2809,9 +2561,6 @@ "Previous Page": "", "Primary Contact": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -2820,16 +2569,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -2872,23 +2617,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -2902,7 +2642,6 @@ "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -2924,7 +2663,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -2936,20 +2674,16 @@ "Remove Keep Flag": "", "Remove device": "", "Remove device {name}?": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -2993,7 +2727,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", @@ -3017,7 +2750,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart SMB Service": "", @@ -3031,17 +2763,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3094,8 +2823,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3110,8 +2837,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3141,7 +2866,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3156,7 +2880,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SNMP": "", "SNMP Community": "", "SNMP v3 Options": "", @@ -3171,7 +2894,6 @@ "SSH Keypair": "", "SSH Keypair created": "", "SSH Keypair updated": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3182,7 +2904,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3190,7 +2911,6 @@ "Sat": "", "Saturday": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3202,7 +2922,6 @@ "Save and Restart SMB Now": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3211,12 +2930,9 @@ "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", - "Scroll to top": "", "Scrub": "", "Scrub In Progress:": "", "Scrub Paused": "", @@ -3224,7 +2940,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search Alert Categories": "", "Search Documentation for «{value}»": "", @@ -3242,27 +2957,21 @@ "Secret (Confirm)": "", "Secret (Read only)": "", "Secret Access Key": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Public key authentication in SSH/Authentication.": "", "Select Bug when reporting an issue or Suggestion when requesting new functionality.": "", "Select Create new disk image to create a new zvol on an existing dataset. This is used as a virtual hard drive for the VM. Select Use existing disk image to use an existing zvol or file for the VM.": "", "Select None or an integer. This value represents the number of existing authorized accesses.": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a layout": "", @@ -3294,10 +3003,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select paths to exclude": "", "Select permissions to apply to the chosen Who. Choices change depending on the Permissions Type.": "", @@ -3355,14 +3062,12 @@ "Separate multiple values by pressing Enter.": "", "Separate values with commas, and without spaces.": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3385,11 +3090,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3468,12 +3171,10 @@ "Settings Menu": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3505,7 +3206,6 @@ "Sharing iSCSI Target Read": "", "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Show All": "", @@ -3521,7 +3221,6 @@ "Show Password": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3536,8 +3235,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3545,7 +3242,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", @@ -3560,7 +3256,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -3600,7 +3295,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -3643,7 +3337,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -3669,13 +3362,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject Alternative Name": "", "Submit": "", "Subnet mask of the IPv4 address.": "", @@ -3698,7 +3388,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -3713,7 +3402,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -3721,14 +3409,11 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information (Standby)": "", "System Information Active Node": "", @@ -3747,19 +3432,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -3794,7 +3466,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -3844,12 +3515,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", "The imported pool contains encrypted datasets, unlock them now?": "", @@ -3857,7 +3525,6 @@ "The length of the field should be no more than {maxLength}": "", "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The name \"{value}\" is already in use.": "", "The number of children must at the minimum accomodate the total number of disks required for the previous configuration options including parity drives.": "", @@ -3896,7 +3563,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -3911,14 +3577,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "This Certificate Authority is being used to sign one or more certificates. It can be deleted only after deleting these certificates.": "", "This Dataset": "", @@ -3937,14 +3597,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -3953,7 +3607,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -3992,8 +3645,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Toggle {row}": "", @@ -4004,7 +3655,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Topology": "", "Topology Summary": "", "Total": "", @@ -4022,10 +3672,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4038,13 +3686,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4054,7 +3700,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4064,11 +3709,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4076,7 +3719,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4092,17 +3734,13 @@ "Unique Virtual Host ID on the broadcast segment of the network. Configuring multiple Virtual IP addresses requires a separate VHID for each address.": "", "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4120,7 +3758,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update 'Time Machine'": "", "Update All": "", @@ -4129,7 +3766,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4173,18 +3809,14 @@ "Upsmon will wait up to this many seconds in master mode for the slaves to disconnect during a shutdown situation.": "", "Usable Capacity": "", "Usage Collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4199,14 +3831,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4249,8 +3877,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4260,15 +3886,12 @@ "VM Serial Shell": "", "VM Write": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4280,9 +3903,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Email Address": "", "Verify certificate authenticity.": "", @@ -4292,21 +3912,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4323,22 +3937,14 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4374,6 +3980,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4396,7 +4003,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4453,21 +4059,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4490,11 +4092,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4511,7 +4111,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4534,7 +4133,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4548,24 +4146,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -4587,7 +4181,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "UPSモードスレーブに設定されている場合。UPSマスターシステムの開いているネットワークポート番号を入力します。デフォルトのポートは3493です。", " seconds.": " 秒。", diff --git a/src/assets/i18n/ka.json b/src/assets/i18n/ka.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ka.json +++ b/src/assets/i18n/ka.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/kk.json b/src/assets/i18n/kk.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/kk.json +++ b/src/assets/i18n/kk.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/km.json b/src/assets/i18n/km.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/km.json +++ b/src/assets/i18n/km.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/kn.json b/src/assets/i18n/kn.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/kn.json +++ b/src/assets/i18n/kn.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ko.json b/src/assets/i18n/ko.json index a9f7c2a4573..a563e419e21 100644 --- a/src/assets/i18n/ko.json +++ b/src/assets/i18n/ko.json @@ -1,9 +1,8 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", + ", ": "", "1m Average": "", "2FA": "", "2FA Settings": "", @@ -14,16 +13,10 @@ "A stripe log VDEV may result in data loss if it fails combined with a power outage.": "", "A stripe {vdevType} VDEV is highly discouraged and will result in data loss if it fails": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALL Initiators Allowed": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Based Share Enumeration": "", "Access Control Entry (ACE) user or group. Select a specific User or Group for this entry, owner@ to apply this entry to the user that owns the dataset, group@ to apply this entry to the group that owns the dataset, or everyone@ to apply this entry to all users and groups. See nfs4_setfacl(1) NFSv4 ACL ENTRIES.": "", @@ -31,9 +24,6 @@ "Account Read": "", "Account Write": "", "Account: {account}": "", - "Ace has errors.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", "Add Alert": "", "Add Allowed Initiators (IQN)": "", @@ -47,18 +37,15 @@ "Add Exporter": "", "Add Filesystem": "", "Add Image": "", - "Add Item": "", "Add Kernel Parameters": "", "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Pool": "", "Add Privilege": "", "Add Reporting Exporter": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Share": "", @@ -72,50 +59,27 @@ "Add Volume": "", "Add Widget": "", "Add iSCSI": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Adding data VDEVs of different types is not supported.": "", - "Additional Hardware": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", - "Admin Password": "", - "Admin Username": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Advanced Settings → Access": "", "Alert List Read": "", "Alert List Write": "", "Alert Services": "", - "Aliases": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow non-unique serialed disks (not recommended)": "", "Allowed Address": "", "Allowed IP Addressed": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed addresses have been updated": "", "Allowed network in network/mask CIDR notation (example 1.2.3.4/24). One entry per field. Leave empty to allow everybody.": "", - "Also Include Naming Schema": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "Amazon S3": "", "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App is restarted": "", @@ -123,12 +87,6 @@ "Application Metadata": "", "Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "", "Applications allow you to extend the functionality of the TrueNAS server beyond traditional Network Attached Storage (NAS) workloads, and as such are not covered by iXsystems software support contracts unless explicitly stated. Defective or malicious applications can lead to data loss or exposure, as well possible disruptions of core NAS functionality.\n\n iXsystems makes no warranty of any kind as to the suitability or safety of using applications. Bug reports in which applications are accessing the same data and filesystem paths as core NAS sharing functionality may be closed without further investigation.": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apps Read": "", "Apps Service Not Configured": "", "Apps Service Pending": "", @@ -153,62 +111,42 @@ "Are you sure you want to delete this snapshot?": "", "Are you sure you want to delete this task?": "", "Are you sure you want to start over?": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", "At least one spare is recommended for dRAID. Spares cannot be added later.": "", "Atleast {min} disk(s) are required for {vdevType} vdevs": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Auth Sessions Read": "", "Auth Sessions Write": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", "Automatically sets number of threads used by the kernel NFS server.": "", - "Available Memory": "", "Back to Discover Page": "", - "Back to Support": "", "Backblaze B2": "", "Backup": "", "Backup Config": "", "Backup Credential": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Box": "", - "Bridge Members": "", - "Bridge Settings": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browser time: {time}": "", "Bucket Name": "", "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -267,11 +205,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -285,7 +221,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -298,7 +233,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -311,13 +245,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -374,13 +305,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -395,7 +324,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -444,10 +372,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -498,11 +424,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -523,9 +447,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -533,7 +455,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -634,24 +555,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -672,7 +589,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -684,10 +600,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -697,16 +611,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -799,20 +708,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -872,8 +774,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -881,22 +781,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -904,14 +800,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -927,19 +821,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -952,7 +841,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -961,7 +849,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -975,9 +862,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -989,14 +874,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1016,7 +898,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1081,14 +962,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1096,7 +975,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1104,7 +982,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1112,7 +989,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1142,11 +1018,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1154,14 +1028,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1291,7 +1161,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1313,7 +1182,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1327,12 +1195,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1342,15 +1208,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1374,7 +1236,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1392,30 +1253,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1443,10 +1297,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1475,11 +1326,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1499,7 +1347,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1526,15 +1373,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1542,7 +1386,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1556,7 +1399,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1564,7 +1406,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -1597,7 +1438,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -1665,7 +1505,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1708,7 +1547,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1723,8 +1561,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -1751,14 +1587,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -1775,7 +1609,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -1813,7 +1646,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -1853,7 +1685,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -1877,7 +1708,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -1892,7 +1722,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -1906,17 +1735,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -1934,20 +1755,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -1973,17 +1790,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2001,8 +1812,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2022,20 +1831,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2047,25 +1855,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2078,41 +1882,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2120,9 +1912,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2149,7 +1939,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2166,7 +1955,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2179,7 +1967,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2193,17 +1980,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2220,7 +2004,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2264,11 +2047,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2388,14 +2166,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2411,32 +2187,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2488,13 +2257,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2516,7 +2283,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2550,13 +2316,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2567,9 +2331,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -2604,31 +2365,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -2675,7 +2429,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -2707,7 +2460,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -2717,9 +2469,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -2728,16 +2477,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -2781,23 +2526,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -2812,7 +2552,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -2838,7 +2577,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -2853,13 +2591,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -2867,7 +2602,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -2914,7 +2648,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -2946,7 +2679,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -2964,17 +2696,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3028,8 +2757,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3045,8 +2772,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3076,7 +2801,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3091,7 +2815,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3109,7 +2832,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3120,7 +2842,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3129,7 +2850,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3144,7 +2864,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3154,14 +2873,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3170,7 +2886,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3191,16 +2906,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3212,13 +2924,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3258,10 +2967,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3329,7 +3036,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3337,7 +3043,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3361,11 +3066,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3464,12 +3167,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3502,7 +3203,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3521,7 +3221,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3539,8 +3238,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3548,7 +3245,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -3565,7 +3261,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -3606,7 +3301,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -3658,7 +3352,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -3686,13 +3379,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -3717,7 +3407,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -3732,7 +3421,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -3740,15 +3428,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -3774,19 +3459,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -3822,7 +3494,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -3875,12 +3546,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -3890,7 +3558,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -3935,7 +3602,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -3950,14 +3616,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -3978,14 +3638,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -3994,7 +3648,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4035,8 +3688,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4048,7 +3699,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4069,10 +3719,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4085,13 +3733,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4102,7 +3748,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4112,11 +3757,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4124,7 +3767,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4141,17 +3783,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4171,7 +3809,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4181,7 +3818,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4229,18 +3865,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4259,14 +3891,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4313,8 +3941,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4325,15 +3951,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4345,9 +3968,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4359,21 +3979,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4390,23 +4004,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4442,6 +4048,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4464,7 +4071,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4526,21 +4132,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4563,12 +4165,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4586,7 +4186,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4609,7 +4208,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4623,24 +4221,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -4662,7 +4256,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " UPS 모드slave로 설정된 경우, UPS Master 시스템의 열린 네트워크 포트 번호를 입력하세요. 기본 포트 번호는 3493입니다.", " bytes.": " 바이트.", diff --git a/src/assets/i18n/lb.json b/src/assets/i18n/lb.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/lb.json +++ b/src/assets/i18n/lb.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/lt.json b/src/assets/i18n/lt.json index 5302f438863..7b7c8452580 100644 --- a/src/assets/i18n/lt.json +++ b/src/assets/i18n/lt.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -17,8 +16,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1 day": "", "1 hour": "", "1 month": "", @@ -92,17 +91,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -115,8 +110,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -141,7 +134,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -158,9 +150,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -203,7 +193,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -214,7 +203,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -226,7 +214,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -260,7 +247,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -268,7 +254,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -280,14 +265,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -311,40 +293,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -367,7 +338,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -379,13 +349,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -396,9 +363,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -425,13 +389,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -486,7 +444,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -499,7 +456,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -507,7 +463,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -519,13 +474,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -547,7 +499,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -556,7 +507,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -568,26 +518,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -597,7 +541,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -607,8 +550,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -635,14 +576,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -701,11 +639,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -719,7 +655,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -732,7 +667,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -745,13 +679,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -808,13 +739,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -829,7 +758,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -878,10 +806,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -932,11 +858,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -957,9 +881,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -967,7 +889,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1068,24 +989,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1106,7 +1023,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1118,10 +1034,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1131,16 +1045,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1233,20 +1142,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1306,8 +1208,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1315,22 +1215,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1338,14 +1234,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1361,19 +1255,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1386,7 +1275,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1395,7 +1283,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1409,9 +1296,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1423,14 +1308,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1450,7 +1332,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1515,14 +1396,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1530,7 +1409,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1538,7 +1416,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1546,7 +1423,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1576,11 +1452,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1588,14 +1462,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1725,7 +1595,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1747,7 +1616,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1761,12 +1629,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1776,15 +1642,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1808,7 +1670,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1826,30 +1687,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1877,10 +1731,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1909,11 +1760,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1933,7 +1781,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1960,15 +1807,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1976,7 +1820,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1990,7 +1833,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1998,7 +1840,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2031,7 +1872,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2099,7 +1939,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2142,7 +1981,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2157,8 +1995,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2185,14 +2021,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2209,7 +2043,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2247,7 +2080,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2287,7 +2119,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2311,7 +2142,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2326,7 +2156,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2340,17 +2169,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2368,20 +2189,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2407,17 +2224,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2435,8 +2246,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2456,20 +2265,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2481,25 +2289,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2512,41 +2316,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2554,9 +2346,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2583,7 +2373,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2600,7 +2389,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2613,7 +2401,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2627,17 +2414,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2654,7 +2438,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2698,11 +2481,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2822,14 +2600,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2845,32 +2621,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2922,13 +2691,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2950,7 +2717,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2984,13 +2750,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3001,9 +2765,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3038,31 +2799,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3109,7 +2863,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3141,7 +2894,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3151,9 +2903,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3162,16 +2911,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3215,23 +2960,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3246,7 +2986,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3272,7 +3011,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3287,13 +3025,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3301,7 +3036,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3348,7 +3082,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3380,7 +3113,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3398,17 +3130,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3462,8 +3191,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3479,8 +3206,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3510,7 +3235,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3525,7 +3249,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3543,7 +3266,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3554,7 +3276,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3563,7 +3284,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3578,7 +3298,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3588,14 +3307,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3604,7 +3320,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3625,16 +3340,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3646,13 +3358,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3692,10 +3401,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3763,7 +3470,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3771,7 +3477,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3795,11 +3500,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3898,12 +3601,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3936,7 +3637,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3955,7 +3655,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3973,8 +3672,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3982,7 +3679,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -3999,7 +3695,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4040,7 +3735,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4092,7 +3786,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4120,13 +3813,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4151,7 +3841,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4166,7 +3855,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4174,15 +3862,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4208,19 +3893,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4256,7 +3928,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4309,12 +3980,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4324,7 +3992,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4369,7 +4036,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4384,14 +4050,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4412,14 +4072,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4428,7 +4082,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4469,8 +4122,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4482,7 +4133,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4503,10 +4153,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4519,13 +4167,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4536,7 +4182,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4546,11 +4191,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4558,7 +4201,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4575,17 +4217,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4605,7 +4243,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4615,7 +4252,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4663,18 +4299,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4693,14 +4325,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4744,8 +4372,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4756,15 +4382,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4776,9 +4399,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4790,21 +4410,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4821,23 +4435,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4873,6 +4479,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4895,7 +4502,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4951,20 +4557,16 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4987,11 +4589,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5008,7 +4608,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5031,7 +4630,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5045,24 +4643,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5084,7 +4678,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Quando la UPS Mode è impostata su slave. Inserisci il numero della porta aperta del sistema UPS Master. La porta di default è 3493.", "% of all cores": "% di tutti i core", diff --git a/src/assets/i18n/lv.json b/src/assets/i18n/lv.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/lv.json +++ b/src/assets/i18n/lv.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/mk.json b/src/assets/i18n/mk.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/mk.json +++ b/src/assets/i18n/mk.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ml.json b/src/assets/i18n/ml.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ml.json +++ b/src/assets/i18n/ml.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/mn.json b/src/assets/i18n/mn.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/mn.json +++ b/src/assets/i18n/mn.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/mr.json b/src/assets/i18n/mr.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/mr.json +++ b/src/assets/i18n/mr.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/my.json b/src/assets/i18n/my.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/my.json +++ b/src/assets/i18n/my.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/nb.json b/src/assets/i18n/nb.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/nb.json +++ b/src/assets/i18n/nb.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ne.json b/src/assets/i18n/ne.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ne.json +++ b/src/assets/i18n/ne.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/nl.json b/src/assets/i18n/nl.json index abc6784705e..5bb27090d73 100644 --- a/src/assets/i18n/nl.json +++ b/src/assets/i18n/nl.json @@ -1,7 +1,6 @@ { "": "", - " Est. Usable Raw Capacity": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", + ", ": "", "1m Average": "", "2FA": "", "2FA Settings": "", @@ -9,19 +8,10 @@ "Yes: Disables the Password fields. The account cannot use password-based logins for services. For example, disabling the password prevents using account credentials to log in to an SMB share or open an SSH session on the system. The Lock User and Permit Sudo options are also removed.

    No: Requires adding a Password to the account. The account can use the saved Password to authenticate with password-based services.": "", "A single bandwidth limit or bandwidth limit schedule in rclone format. Separate entries by pressing Enter. Example: 08:00,512 12:00,10MB 13:00,512 18:00,30MB 23:00,off. Units can be specified with a suffix of b (default), k, M, or G. See rclone --bwlimit.": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", - "ACME Server Directory URI": "", - "AD Timeout": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", - "Ace has errors.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", "Add Alert": "", "Add Backup Credential": "", @@ -34,17 +24,14 @@ "Add Exporter": "", "Add Filesystem": "", "Add Image": "", - "Add Item": "", "Add Kernel Parameters": "", "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Pool": "", "Add Privilege": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Share": "", @@ -57,81 +44,32 @@ "Add Volume": "", "Add Widget": "", "Add iSCSI": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", - "Additional Hardware": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", - "Admin Password": "", - "Admin Username": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Alert List Write": "", - "Aliases": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow non-unique serialed disks (not recommended)": "", "Allowed Address": "", "Allowed IP Addressed": "", "Allowed IP Addresses Settings": "", - "Allowed Initiators": "", - "Also Include Naming Schema": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App is restarted": "", "App is restarting": "", "Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Arbitrary Text": "", - "Asymmetric Logical Unit Access (ALUA)": "", - "Attach images (optional)": "", "Attaching Disk to Boot Pool": "", "Audit Entry": "", - "Audit Logging": "", "Audit Settings": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", - "Available Memory": "", - "Back to Support": "", "Backup Config": "", "Backup Credential": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", - "Bridge Members": "", - "Bridge Settings": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browser time: {time}": "", - "By snapshot creation time": "", - "CD-ROM Path": "", "CLI": "", - "CN Realm": "", "CPU Recent Usage": "", "CPU Stats": "", "CPU Temperature per Core Bar Graph": "", @@ -141,22 +79,12 @@ "CSR": "", "CSR deleted": "", "Caution: Allocating too much memory can slow the system or prevent VMs from running.": "", - "Certificate Options": "", - "Certificate Subject": "", - "Change log": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check for Software Updates": "", "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", - "Child Shares": "", - "Clear": "", - "Click Add to add first VDEV.": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close scheduler": "", "Close {formType} Form": "", @@ -172,8 +100,6 @@ "Command Line Interface": "", "Command: {command}": "", "Completed Jobs": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Configure Access": "", "Configure Alerts": "", @@ -193,14 +119,9 @@ "Configure Syslog": "", "Configure dashboard to edit the widget.": "", "Configure iSCSI": "", - "Connect using:": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", - "Contract Type": "", - "Controller Type": "", "Cooling": "", - "Copies": "", "Create ACME DNS-Authenticator": "", "Create Alert": "", "Create Backup Credential": "", @@ -249,85 +170,45 @@ "Cron Job": "", "Cronjob": "", "Current Sensor": "", - "Current Train:": "", - "Custom Name": "", "Custom schedule": "", - "Customer Name": "", - "DNS Timeout": "", "DS Groups Name": "", "Dashboard (old)": "", "Data Topology": "", - "Data Written": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Roles": "", "Dataset ZFS Encryption": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", - "Dataset {name} was created.": "", "Default – follow upstream / TrueNAS default": "", "Defect": "", "Delay VM Boot Until SPICE Connects": "", "Delete Alert Service \"{name}\"?": "", "Delete Cloud Backup \"{name}\"?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", - "Delete raw file": "", - "Delete selections": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Descriptor": "", "Desired – encrypt transport if supported by client during session negotiation": "", "Destroy the ZFS filesystem for pool data. This is a permanent operation. You will be unable to re-mount data from the exported pool.": "", "Device removed": "", - "Directory Mask": "", - "Directory Permissions": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", - "Disabled in Disk Settings": "", - "Discover Remote Host Key": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk I/O": "", "Disk IO": "", - "Disk Sector Size": "", "Disk Tests": "", "Disks on {enclosure}": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", - "Dispersal Strategy": "", - "Display Login": "", - "Do any of them look similar?": "", "Docker Hub Rate Limit Warning": "", "Docker Image": "", "Docs": "", - "Domain Account Password": "", "Domain Name System": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", - "Drag & drop disks to add or remove them": "", - "Drive Details {disk}": "", "Drop session": "", "Dry run completed.": "", - "EC2 Instance ID": "", - "EXPIRED": "", - "EXPIRES TODAY": "", - "Edit Disk(s)": "", "Edit Expansion Shelf": "", "Edit Label": "", "Edit Trim": "", @@ -336,21 +217,10 @@ "Edit widget to choose network interface.": "", "Element": "", "Empty drive cage": "", - "Enable Apple SMB2/3 Protocol Extensions": "", - "Enable FXP": "", "Enable Kernel Debug": "", - "Enable Learning": "", - "Enable TLS": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable this TrueCloud Backup Task. Unset to disable this TrueCloud Backup Task without deleting it.": "", - "Enclosure Options": "", "Enclosure Services Controller Electronics": "", - "Enclosure is not supported": "", - "Encryption Mode": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "End session": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", @@ -359,49 +229,26 @@ "Enter a shell glob pattern to match files and directories to exclude from the backup.": "", "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", - "Error ({code})": "", - "Error:": "", "Eula": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Excluded Paths": "", - "Exec": "", "Exit": "", - "Expected Finished Time:": "", - "Expiration Date": "", - "Export All Keys": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Exporter": "", "Extending VDEV": "", - "Extra Constraints": "", "FIPS Settings": "", "Failed Disks:": "", "Failed Jobs": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", - "File Mask": "", - "File Permissions": "", "First Page": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Forums": "", "Free RAM": "", - "From Email": "", - "From Name": "", - "Front": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -409,137 +256,73 @@ "Global 2FA Enable": "", "Global Configuration Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", - "Go To Encryption Root": "", "Go back": "", - "Go to Datasets": "", "Go to Documentation": "", - "Group Bind Path": "", "Group Quota Manager": "", - "Group members": "", - "Guest Account": "", "HA is Disabled": "", "HTTP Port": "", "HTTPS Port": "", "HTTPS Redirect": "", "Healthy": "", - "Hide Job": "", "Hide Password": "", "Home Widgets": "", "Hostname Database": "", - "I would like to": "", "IP of 1st Redfish management interface.": "", "IPs": "", "IPv6 Address": "", "ISCSI Associated Target": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", - "Ignore Builtin": "", - "Ignore List": "", "Import Config": "", "Import Configuration": "", "Import File": "", "Improvement": "", - "Include Dataset Properties": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include/Exclude": "", - "Included Paths": "", - "Inherit encryption properties from parent": "", "Init/Shutdown Script": "", "Integrate Snapshots with VMware": "", - "Internal": "", "Ipmi": "", "Isolated GPU Devices Settings": "", "Issue": "", "JBOF": "", "Jira": "", "Job": "", - "Job aborted": "", "Jobs History": "", "Jobs in progress": "", "Joining": "", "Keep Last": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kernel Parameters": "", "Kernel Settings": "", - "Key Usage Config": "", "Keypairs": "", - "LACPDU Rate": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LINK STATE DOWN": "", "LINK STATE UNKNOWN": "", "LINK STATE UP": "", "Lan": "", "Last Page": "", - "Last Scan": "", "Last Scrub Date": "", - "Last Scrub Run": "", - "Last {result} Test": "", - "Layout": "", "Layouts": "", "Leaving": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", - "Limit To {name} Enclosure": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", - "Linked Service": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", - "Log In": "", - "Log in to Gmail to set up Oauth credentials.": "", + "Login Banner": "", "Logoff": "", - "Low Capacity": "", - "MAC Address": "", - "Mail Server Port": "", + "MOTD": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Groups Server-side": "", - "Manage NFS Shares": "", - "Manage S.M.A.R.T. Tasks": "", - "Manage SMB Shares": "", "Manage Snapshots Tasks": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", - "Manual Test": "", "Manual Upgrade": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", - "Masquerade Address": "", - "Maximize Dispersal": "", - "Maximum Passive Port": "", "Memory Stats": "", "Memory Utilization": "", - "Metadata (Special) Small Block Size": "", - "Minimum Passive Port": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", - "More info...": "", "Move widget down": "", "Move widget up": "", - "Multichannel": "", "Multiple Errors": "", - "Must be part of the pool to check errors.": "", "NFS Share": "", "NFS3 Session": "", "NFS4 Session": "", - "NIC To Attach": "", "NS": "", "NTP Server": "", "NVMe-oF Expansion Shelves": "", @@ -547,11 +330,6 @@ "Name must start and end with a lowercase alphanumeric character. Hyphen is allowed in the middle e.g abc123, abc, abcd-1232": "", "Nameserver": "", "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network I/O": "", @@ -616,92 +394,46 @@ "Newsletter": "", "Next Page": "", "No License": "", - "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", - "No disks available.": "", "No logs available": "", - "No options are passed": "", - "No results found in {section}": "", - "No unused disks": "", - "No update found.": "", - "No vdev info for this disk": "", - "None requested": "", - "Not Shared": "", - "One-Time Password (if necessary)": "", - "Only Replicate Snapshots Matching Schedule": "", "Only disks that are at least {size} are shown.": "", "Only first {number} examples are shown.": "", - "Operation": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", "Other node is currently configuring the system dataset.": "", - "Outgoing Mail Server": "", - "Owner Group": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", - "Pattern": "", - "Pause Scrub": "", - "Pending Sync": "", - "Perform Reverse DNS Lookups": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", "Pool Wizard": "", "Pool does not exist": "", "Pool imported successfully.": "", - "Pool {name} is {status}.": "", "Pools:": "", "Post Script": "", "Power Menu": "", "Power Supply": "", "Pre Script": "", - "Preset": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Processor": "", - "Product": "", - "Product ID": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", - "Range Size": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", - "Read Only": "", - "Rear": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", "Received: {received}/s Sent: {sent}/s": "", "Recent Searches": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Reject": "", "Release Notes": "", - "Remote Host Key": "", - "Remove file?": "", - "Remove preset": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", - "Renew Certificate Days Before Expiry": "", "Replication Settings": "", "Replication Task": "", "Replication Task Manager": "", "Report Bug": "", "Reporting Exporter": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reset Default Config": "", "Reset Defaults": "", "Reset password": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Standby": "", @@ -711,31 +443,23 @@ "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", - "Resume Scrub": "", "Retry": "", "Routing": "", "Rsync Task": "", "Rsync Task Manager": "", "Run «{name}» Cloud Backup now?": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "SAS Connector": "", "SAS Expander": "", "SED User": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SID": "", "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -745,33 +469,18 @@ "SMB Shares": "", "SMB User": "", "SMTP": "", - "SMTP Authentication": "", "SSH Key": "", "SSH Key Pair": "", - "SSH Keyscan": "", "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "Samba": "", - "Save Access Control List": "", "Save Config": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving settings": "", - "Schema": "", - "Schema Mode": "", - "Scroll to top": "", "Scrub Task": "", - "Scrub interval (in days)": "", "Search Documentation for «{value}»": "", "Search UI": "", - "Secret Authentication Key": "", - "Secret Encryption Key": "", - "Security": "", - "Select Existing Zvol": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a schedule preset or choose Custom to setup custom schedule.": "", "Select a screen resolution to use for SPICE sessions.": "", @@ -779,10 +488,8 @@ "Select a template": "", "Select an IP address to use for SPICE sessions.": "", "Select an IP address to use for remote SPICE sessions. Note: this setting only applies if you are using a SPICE client other than the TrueNAS WebUI.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select paths to exclude": "", "Select the bucket to store the backup data.": "", "Select the directories or files to be sent to the cloud for backup.": "", @@ -791,60 +498,38 @@ "Self-Encrypting Drive Settings": "", "Send Method": "", "Send Test Email": "", - "Serial Shell": "", - "Server error: {error}": "", "Service Name": "", "Session Token Lifetime": "", - "Set Frequency": "", - "Set Warning Level": "", "Set email": "", "Set new password": "", "Set to enable connecting to the SPICE web interface.": "", "Settings Menu": "", "Setup Cron Job": "", - "Setup Method": "", - "Share Attached": "", "Sharing": "", - "Shell Commands": "", "Show All": "", "Show Ipmi Events": "", "Show Logs": "", "Show Password": "", - "Show extra columns": "", "Sign Out": "", - "Signed By": "", - "Signed Certificates": "", - "Site Name": "", "Slot {n}": "", "Smart": "", "Smart Task": "", "Smart Test Result": "", "Smart Tests": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Task": "", "Snapshot Task Manager": "", "Snapshot Time": "", "Snapshot Time {time}": "", "Source Path": "", - "Specify number of threads manually": "", "Split": "", "Start adding widgets to personalize it. Click on the \"Configure\" button to enter edit mode.": "", "Static Route": "", "Static Routing": "", - "Stop Flashing": "", "Storj iX": "", - "Stream Compression": "", - "Strip ACL": "", - "Subfolder": "", "Sudo": "", - "Switch To Wizard": "", - "Synced": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information Active Node": "", "System Information Standby Node": "", @@ -853,19 +538,6 @@ "System Stats": "", "System Uptime": "", "System Utilization": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Target Stats": "", "Target Utilization": "", "Task": "", @@ -874,70 +546,34 @@ "Tasks": "", "Temperature Sensors": "", "Template": "", - "Tenant Domain": "", "Terminal": "", "Terminate Other User Sessions": "", "Test": "", "The expanded vdev uses the pre-expanded parity ratio, which reduces the total vdev capacity. To reset the vdev parity ratio and fully use the new capacity, manually rewrite all data in the vdev. This process takes time and is irreversible.": "", - "The following issues were already reported.": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The length of the field should be at least {minLength}": "", "The length of the field should be no more than {maxLength}": "", - "The list is empty.": "", "The system is not licensed for HA.": "", - "There are no alerts.": "", "There are no tasks.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", - "These unknown processes are using the pool:": "", "This action will set all dataset quotas for the removed or invalid groups to 0, virtually removing any dataset quota entires for such groups. Are you sure you want to proceed?": "", "This action will set all dataset quotas for the removed or invalid users to 0, virtually removing any dataset quota entires for such users. Are you sure you want to proceed?": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", - "This is not a production release, and should only be used for testing.": "", "This node is currently configuring the system dataset.": "", "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

    1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

    2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

    3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

    This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This view is not available for this enclosure.": "", "Ticket": "", "Time Server": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Toolbar": "", - "Top": "", "Total Disks:": "", "Traffic": "", "Translate App": "", - "Transmit Hash Policy": "", - "Transport Encryption Behavior": "", "TrueCloud Backup Tasks": "", - "TrueNAS URL": "", - "Trust Guest Filters": "", "Tunable": "", "Turn Off": "", - "Two-Factor Authentication Code": "", "UI": "", - "UI Search Result: {result}": "", - "UNIX Charset": "", "UPS Stats": "", "UPS Utilization": "", - "URL": "", "Uncheck": "", - "Unix NSS Info": "", - "Unix Primary Group": "", - "Unknown PID": "", - "Unknown error code": "", - "Unused Disks": "", "Update Dashboard": "", - "Update Interval": "", "Update Password": "", "Update Release Notes": "", "Update Software": "", @@ -946,53 +582,24 @@ "Upload Configuration": "", "Upload Manual Update File": "", "Usage Collection": "", - "Usages": "", - "Use Default Domain": "", - "Use Preset": "", "Use Snapshot": "", - "Use Syslog Only": "", - "User Bind Path": "", - "User CN": "", - "User Domain": "", - "User ID": "", "User List": "", "User Management": "", "User Quota Manager": "", "User limit to Docker Hub has almost been reached or has already been reached. The installation process may stall as images cannot be pulled. The current limit will be renewed in {seconds}. The application can still be staged for installation.": "", "User password": "", - "VLAN Settings": "", - "VLAN Tag": "", - "VMWare Sync": "", "VMware Snapshot": "", - "Validate Certificates": "", - "Validate Remote Path": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", - "View All Test Results": "", "View Changelog": "", - "View Less": "", "View Netdata": "", "View Release Notes": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Voltage": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", - "Waiting for Active TrueNAS controller to come up...": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", + "When set, the following text will be shown prior to showing login page to the user": "", "Widget Category": "", "Widget Editor": "", "Widget Subtext": "", @@ -1004,37 +611,24 @@ "Widget {slot} Settings": "", "Widgets": "", "Widgets ({n, plural, =1 {# item} other {# items}})": "", - "Winbind NSS Info": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "Your dashboard is currently empty!": "", "ZFS Reports": "", "ZFS Stats": "", "ZFS Utilization": "", - "Zvol Location": "", - "by ancestor": "", - "details": "", "disk stats": "", "disk writes": "", - "expires in {n, plural, one {# day} other {# days} }": "", "iSCSI Extent": "", "iSCSI Initiator": "", "iSCSI Share": "", "iSCSI Target": "", - "on this enclosure.": "", - "pbkdf2iters": "", "standby": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{comparator} (Range In)": "", "{comparator} (Range Not In)": "", "{coreCount, plural, one {# core} other {# cores} }": "", - "{email} via {server}": "", "{n, plural, =0 {No errors} one {# Error} other {# Errors}}": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", - "{rate} RPM": "", "{temp}°C (All Threads)": "", "{temp}°C (Core #{core})": "", "{temp}°C ({coreCount} cores at {temp}°C)": "", @@ -1043,7 +637,6 @@ "{usage}% (All Threads)": "", "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", - "{version} is available!": "", "{view} on {enclosure}": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "\n Het lijkt erop dat uw sessie langer dan {lifetime} seconden inactief is geweest.
    \n Om veiligheidsredenen loggen we u om {time} uit.\n ", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "Wanneer de UPS-modus is ingesteld op slave. Het open netwerkpoortnummer van het UPS Master-systeem invoeren. De standaardpoort is 3493.", diff --git a/src/assets/i18n/nn.json b/src/assets/i18n/nn.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/nn.json +++ b/src/assets/i18n/nn.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/os.json b/src/assets/i18n/os.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/os.json +++ b/src/assets/i18n/os.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/pa.json b/src/assets/i18n/pa.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/pa.json +++ b/src/assets/i18n/pa.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/pl.json b/src/assets/i18n/pl.json index bafd1db8d2b..1490310b894 100644 --- a/src/assets/i18n/pl.json +++ b/src/assets/i18n/pl.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -15,8 +14,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1 day": "", "1 hour": "", "1 month": "", @@ -90,16 +89,12 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -108,8 +103,6 @@ "ARN": "", "AVAILABLE": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access Control Entry": "", @@ -125,7 +118,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", "Activate the Basic Constraints extension to identify whether the certificate's subject is a CA and the maximum depth of valid certification paths that include this certificate.": "", @@ -137,8 +129,6 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -175,7 +165,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -186,7 +175,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -198,7 +186,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -230,13 +217,11 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", "Adding data VDEVs of different types is not supported.": "", "Additional smartctl(8) options.": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -247,13 +232,10 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Advanced Mode": "", "Advanced Options": "", @@ -273,37 +255,26 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -326,7 +297,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -338,13 +308,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -355,9 +322,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -384,13 +348,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -445,7 +403,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -458,7 +415,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -466,7 +422,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -478,13 +433,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -506,7 +458,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -515,7 +466,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -527,26 +477,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -556,7 +500,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -566,8 +509,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -594,14 +535,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -660,11 +598,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -678,7 +614,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -691,7 +626,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -704,13 +638,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -767,13 +698,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -788,7 +717,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -837,10 +765,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -891,11 +817,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -916,9 +840,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -926,7 +848,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1023,24 +944,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1060,7 +977,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1071,10 +987,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1084,16 +998,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1185,20 +1094,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1258,8 +1160,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1267,22 +1167,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1290,14 +1186,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1313,19 +1207,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1338,7 +1227,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domains": "", @@ -1346,7 +1234,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1360,9 +1247,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1374,14 +1259,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1401,7 +1283,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1466,14 +1347,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1481,7 +1360,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1489,7 +1367,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1497,7 +1374,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1527,11 +1403,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1539,14 +1413,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1676,7 +1546,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1698,7 +1567,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1712,12 +1580,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1727,15 +1593,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1759,7 +1621,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1777,30 +1638,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1828,10 +1682,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1860,11 +1711,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1884,7 +1732,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1911,15 +1758,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1927,7 +1771,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1941,7 +1784,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1949,7 +1791,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -1982,7 +1823,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2049,7 +1889,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2092,7 +1931,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2107,8 +1945,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2135,14 +1971,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2159,7 +1993,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2197,7 +2030,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2237,7 +2069,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2261,7 +2092,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2276,7 +2106,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2290,17 +2119,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2318,20 +2139,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2357,17 +2174,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2385,8 +2196,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2406,20 +2215,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2431,25 +2239,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2462,41 +2266,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2504,9 +2296,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2533,7 +2323,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2550,7 +2339,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2563,7 +2351,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2577,17 +2364,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2604,7 +2388,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2648,11 +2431,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2770,14 +2548,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2793,32 +2569,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2870,13 +2639,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2898,7 +2665,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2932,13 +2698,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2949,9 +2713,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -2986,31 +2747,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3057,7 +2811,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3089,7 +2842,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3099,9 +2851,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3110,16 +2859,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3163,23 +2908,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3194,7 +2934,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3220,7 +2959,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3235,20 +2973,16 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3295,7 +3029,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", "Reservation (in GiB)": "", @@ -3315,7 +3048,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Service": "", @@ -3326,16 +3058,13 @@ "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3389,8 +3118,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3406,8 +3133,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3437,7 +3162,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3452,7 +3176,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3470,7 +3193,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3481,7 +3203,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3490,7 +3211,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3505,7 +3225,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3515,14 +3234,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3531,7 +3247,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3552,16 +3267,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3573,13 +3285,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3619,10 +3328,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3690,7 +3397,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3698,7 +3404,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3721,11 +3426,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3824,12 +3527,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3862,7 +3563,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3881,7 +3581,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3899,8 +3598,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3908,7 +3605,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -3925,7 +3621,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -3966,7 +3661,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4018,7 +3712,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4046,13 +3739,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4077,7 +3767,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4092,7 +3781,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4100,15 +3788,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4134,19 +3819,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4182,7 +3854,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4235,12 +3906,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4250,7 +3918,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4295,7 +3962,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4310,14 +3976,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4338,14 +3998,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4354,7 +4008,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4395,8 +4048,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4408,7 +4059,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4429,10 +4079,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4445,13 +4093,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4462,7 +4108,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4472,11 +4117,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4484,7 +4127,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4501,17 +4143,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4531,7 +4169,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4541,7 +4178,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4589,18 +4225,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4619,14 +4251,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4673,8 +4301,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4685,15 +4311,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4705,9 +4328,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4719,21 +4339,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4750,23 +4364,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4802,6 +4408,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4824,7 +4431,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4884,21 +4490,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4921,11 +4523,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4942,7 +4542,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4965,7 +4564,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4979,24 +4577,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5018,7 +4612,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " seconds.": " sekund", "% of all cores": "% użycia wszytskich rdzeni", diff --git a/src/assets/i18n/pt-br.json b/src/assets/i18n/pt-br.json index 14045a55305..2496b451f20 100644 --- a/src/assets/i18n/pt-br.json +++ b/src/assets/i18n/pt-br.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -14,8 +13,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1 day": "", "1 hour": "", "1 month": "", @@ -50,23 +49,17 @@ "A stripe log VDEV may result in data loss if it fails combined with a power outage.": "", "A stripe {vdevType} VDEV is highly discouraged and will result in data loss if it fails": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", "API Key:": "", "ARN": "", "AVAILABLE": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Control Entry": "", "Access Control Entry (ACE) user or group. Select a specific User or Group for this entry, owner@ to apply this entry to the user that owns the dataset, group@ to apply this entry to the group that owns the dataset, or everyone@ to apply this entry to all users and groups. See nfs4_setfacl(1) NFSv4 ACL ENTRIES.": "", @@ -88,7 +81,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -105,9 +97,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -150,7 +140,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -161,7 +150,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -173,7 +161,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -207,7 +194,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -215,7 +201,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -227,14 +212,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -258,40 +240,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -314,7 +285,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -326,13 +296,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -343,9 +310,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -372,13 +336,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -433,7 +391,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -446,7 +403,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -454,7 +410,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -466,13 +421,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -494,7 +446,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -503,7 +454,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -515,26 +465,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -544,7 +488,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -554,8 +497,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -582,14 +523,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -648,11 +586,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -666,7 +602,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -679,7 +614,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -692,13 +626,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -755,13 +686,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -776,7 +705,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -825,10 +753,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -879,11 +805,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -904,9 +828,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -914,7 +836,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1015,24 +936,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1053,7 +970,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1065,10 +981,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1078,16 +992,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1180,20 +1089,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1253,8 +1155,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1262,22 +1162,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1285,14 +1181,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1308,19 +1202,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1333,7 +1222,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1342,7 +1230,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1356,9 +1243,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1370,14 +1255,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1397,7 +1279,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1462,14 +1343,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1477,7 +1356,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1485,7 +1363,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1493,7 +1370,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1523,11 +1399,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1535,14 +1409,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1672,7 +1542,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1694,7 +1563,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1708,12 +1576,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1723,15 +1589,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1755,7 +1617,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1773,30 +1634,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1824,10 +1678,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1856,11 +1707,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1880,7 +1728,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1907,15 +1754,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1923,7 +1767,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1937,7 +1780,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1945,7 +1787,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -1978,7 +1819,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2046,7 +1886,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2089,7 +1928,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2103,8 +1941,6 @@ "If the Hex key type is chosen, an encryption key will be auto-generated.": "", "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2131,14 +1967,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2155,7 +1989,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2193,7 +2026,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2233,7 +2065,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2257,7 +2088,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2272,7 +2102,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2286,17 +2115,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2314,20 +2135,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2353,17 +2170,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2381,8 +2192,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2402,20 +2211,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2427,25 +2235,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2458,41 +2262,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2500,9 +2292,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2529,7 +2319,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2546,7 +2335,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2559,7 +2347,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2573,17 +2360,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2600,7 +2384,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2644,11 +2427,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2768,14 +2546,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2791,32 +2567,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2868,13 +2637,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2896,7 +2663,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2930,13 +2696,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2947,9 +2711,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -2984,31 +2745,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3055,7 +2809,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3087,7 +2840,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3097,9 +2849,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3108,16 +2857,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3161,23 +2906,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3192,7 +2932,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3218,7 +2957,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3233,13 +2971,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3247,7 +2982,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3294,7 +3028,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3326,7 +3059,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3344,17 +3076,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3408,8 +3137,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3425,8 +3152,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3456,7 +3181,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3471,7 +3195,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3489,7 +3212,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3500,7 +3222,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3509,7 +3230,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3524,7 +3244,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3534,14 +3253,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3550,7 +3266,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3571,16 +3286,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3592,13 +3304,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3638,10 +3347,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3709,7 +3416,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3717,7 +3423,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3741,11 +3446,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3844,12 +3547,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3882,7 +3583,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3901,7 +3601,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3919,8 +3618,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3928,7 +3625,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -3945,7 +3641,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -3986,7 +3681,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4038,7 +3732,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4066,13 +3759,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4097,7 +3787,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4112,7 +3801,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4120,15 +3808,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4154,19 +3839,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4202,7 +3874,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4255,12 +3926,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4270,7 +3938,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4315,7 +3982,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4330,14 +3996,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4358,14 +4018,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4374,7 +4028,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4415,8 +4068,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4428,7 +4079,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4449,10 +4099,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4465,13 +4113,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4482,7 +4128,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4492,11 +4137,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4504,7 +4147,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4521,17 +4163,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4551,7 +4189,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4561,7 +4198,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4609,18 +4245,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4639,14 +4271,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4693,8 +4321,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4705,15 +4331,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4725,9 +4348,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4739,21 +4359,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4770,23 +4384,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4822,6 +4428,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4844,7 +4451,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4906,21 +4512,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4943,12 +4545,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4966,7 +4566,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4989,7 +4588,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5003,24 +4601,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5042,7 +4636,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Quando o Modo UPS é configurado para slave. Insira o número da porta aberta do Sistema UPS Mestre . A porta padrão é 3493.", " seconds.": " segundos.", diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json index 0e328a8bd81..edb3e4697c6 100644 --- a/src/assets/i18n/pt.json +++ b/src/assets/i18n/pt.json @@ -1,7 +1,6 @@ { "": "", - " Est. Usable Raw Capacity": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", + ", ": "", "1m Average": "", "2FA Settings": "", "AWS resources in a geographic area. Leave empty to automatically detect the correct public region for the bucket. Entering a private region name allows interacting with Amazon buckets created in that region. For example, enter us-gov-east-1 to discover buckets created in the eastern AWS GovCloud region.": "", @@ -47,30 +46,21 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", - "ACME Server Directory URI": "", - "AD Timeout": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Token generated by a Hubic account.": "", "Access Token for a Dropbox account. A token must be generated by the Dropbox account before adding it here.": "", "Access checks should use bucket-level IAM policies.": "", "Access from your IP is restricted": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", - "Ace has errors.": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", "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.": "", "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 Directory is disabled.": "", - "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", "Add Alert": "", "Add Backup Credential": "", @@ -81,15 +71,12 @@ "Add Exporter": "", "Add Filesystem": "", "Add Image": "", - "Add Item": "", "Add Kernel Parameters": "", "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Privilege": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Share": "", @@ -99,9 +86,7 @@ "Add Volume": "", "Add Widget": "", "Add iSCSI": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -110,24 +95,10 @@ "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow any local user to log in. By default, only members of the ftp group are allowed to log in.": "", "Allow configuring a non-standard port to access the GUI over HTTP. Changing this setting might require changing a Firefox configuration setting.": "", "Allow configuring a non-standard port to access the GUI over HTTPS.": "", @@ -144,18 +115,14 @@ "Allowed IP Addressed": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Sudo Commands (No Password)": "", "Allowed network in network/mask CIDR notation (example 1.2.3.4/24). One entry per field. Leave empty to allow everybody.": "", "Allowed sudo commands with no password": "", "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", "Amazon Web Services password. If the Secret Access Key cannot be found or remembered, go to My Account -> Security Credentials -> Access Keys and create a new key pair. Must be alphanumeric and between 8 and 40 characters.": "", @@ -165,9 +132,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App is restarted": "", @@ -176,12 +140,6 @@ "Appends a suffix to the share connection path. This is used to provide unique shares on a per-user, per-computer, or per-IP address basis. Suffixes can contain a macro. See the smb.conf manual page for a list of supported macros. The connectpath **must** be preset before a client connects.": "", "Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "", "Applications allow you to extend the functionality of the TrueNAS server beyond traditional Network Attached Storage (NAS) workloads, and as such are not covered by iXsystems software support contracts unless explicitly stated. Defective or malicious applications can lead to data loss or exposure, as well possible disruptions of core NAS functionality.\n\n iXsystems makes no warranty of any kind as to the suitability or safety of using applications. Bug reports in which applications are accessing the same data and filesystem paths as core NAS sharing functionality may be closed without further investigation.": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply permissions recursively to all child datasets of the current dataset.": "", "Apply permissions recursively to all directories and files within the current dataset.": "", "Apply permissions to child datasets": "", @@ -189,36 +147,16 @@ "Apply the same quota warning alert settings as the parent dataset.": "", "Apply updates and reboot system after downloading.": "", "Arbitrary Text": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least one module must be defined in rsyncd.conf(5) of the rsync server or in the Rsync Modules of another system.": "", - "Attach images (optional)": "", "Attaching Disk to Boot Pool": "", "Audit Entry": "", - "Audit Logging": "", "Audit Settings": "", "AuthVersion": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", - "Available Memory": "", - "Back to Support": "", "Backup Config": "", "Backup Credential": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Boot Environment": "", - "Boot Pool Condition": "", - "Bridge Members": "", - "Bridge Settings": "", "Burst": "", - "By snapshot creation time": "", - "CD-ROM Path": "", "CLI": "", - "CN Realm": "", "CPU Recent Usage": "", "CPU Stats": "", "CPU Temperature per Core Bar Graph": "", @@ -229,12 +167,9 @@ "CSRs": "", "Cache": "", "Caches": "", - "Certificate Options": "", - "Certificate Subject": "", "Certificate to use for key server authentication. A valid certificate is required to verify the key server connection. WARNING: for security reasons, please protect the Certificate used for key server authentication.": "", "Certificate to use when performing LDAP certificate-based authentication. To configure LDAP certificate-based authentication, create a Certificate Signing Request for the LDAP provider to sign. A certificate is not required when using username/password or Kerberos authentication.": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", "Changes to ACL type affect how on-disk ZFS ACL is written and read.\nWhen the ACL type is changed from POSIX to NFSv4, no migration is performed for default and access ACLs encoded in the posix1e acl extended attributes to native ZFS ACLs.\nWhen ACL type is changed from NFSv4 to POSIX, native ZFS ACLs are not converted to posix1e extended attributes, but the native ACL will be used internally by ZFS for access checks.\n\nThis means that the user must manually set new ACLs recursively on the dataset after ACL type changes in order to avoid unexpected permissions behavior.\n\nThis action will be destructive, and so it is advised to take a ZFS snapshot of the dataset prior to ACL type changes and permissions modifications.": "", "Changing Advanced settings can be dangerous when done incorrectly. Please use caution before saving.": "", @@ -243,17 +178,13 @@ "Changing settings below will result in Kubernetes cluster re-initialization deleting installed apps and their data.": "", "Changing to a nightly train is one-way. Changing back to a stable train is not supported! ": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check for Software Updates": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", @@ -296,14 +227,11 @@ "Choose when the UPS initiates shutdown.": "", "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click to give {index} star rating.": "", "Clicking Continue allows TrueNAS to finish the update in the background while Abort stops the process and reverts the dataset ACL to the previously active ACL.": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close scheduler": "", "Close {formType} Form": "", @@ -335,8 +263,6 @@ "Command: {command}": "", "Completed Jobs": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Configure Access": "", "Configure Alerts": "", @@ -361,8 +287,6 @@ "Confirm changes to Group. To prevent errors, changes to the Group are submitted only when this box is set.": "", "Confirm changes to User. To prevent errors, changes to the User are submitted only when this box is set.": "", "Confirm to unset pool?": "", - "Connect using:": "", - "Connecting to TrueNAS": "", "Connection port number on the central key server.": "", "Console Menu": "", "Console Settings": "", @@ -374,14 +298,11 @@ "Containers": "", "Contents of the uploaded Service Account JSON file.": "", "Context menu copy and paste operations are disabled in the Shell. Copy and paste shortcuts for Mac are Command+c and Command+v. For most operating systems, use Ctrl+Insert to copy and Shift+Insert to paste.": "", - "Contract Type": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Controls whether the volume snapshot devices under /dev/zvol/⟨pool⟩ are hidden or visible. The default value is hidden.": "", "Cooling": "", - "Copies": "", "Create ACME DNS-Authenticator": "", "Create Alert": "", "Create Backup Credential": "", @@ -437,42 +358,30 @@ "Cronjob": "", "Cryptographic protocols for securing client/server connections. Select which Transport Layer Security (TLS) versions TrueNAS can use for connection security.": "", "Current Sensor": "", - "Current Train:": "", - "Custom Name": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DHCP": "", - "DNS Timeout": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DS Groups Name": "", "Daily time range for the specific periodic snapshots to replicate, in 15 minute increments. Periodic snapshots created before the Begin time will not be included in the replication.": "", "Daily time range for the specific periodic snapshots to replicate, in 15 minute increments. Snapshots created after the End time will not be included in the replication.": "", "Dashboard (old)": "", "Data Topology": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Roles": "", "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Days before a completed scrub is allowed to run again. This controls the task schedule. For example, scheduling a scrub to run daily and setting Threshold days to 7 means the scrub attempts to run daily. When the scrub is successful, it continues to check daily but does not run again until seven days have elapsed. Using a multiple of seven ensures the scrub always occurs on the same weekday.": "", "De-duplication tables are stored on this special VDEV type. These VDEVs must be sized to X GiB for each X TiB of general storage.": "", "Debug": "", @@ -526,16 +435,9 @@ "Delete Target/Extent {name}": "", "Delete User Quota": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deregister TrueCommand Cloud Service": "", @@ -560,41 +462,28 @@ "Device names of each disk being edited.": "", "Device removed": "", "Direct the flow of data to the remote host.": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", - "Disable LDAP User/Group Cache": "", "Disable Physical Block Size Reporting": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", "Discovery Authentication Method": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk I/O": "", "Disk IO": "", - "Disk Sector Size": "", "Disk Tests": "", "Disks on {enclosure}": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", - "Dispersal Strategy": "", - "Display Login": "", "Display console messages in real time at the bottom of the browser.": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not set this if the Serial Port is disabled.": "", "Do you want to configure the ACL?": "", @@ -604,26 +493,18 @@ "Docker Registry Authentication": "", "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", - "Drive Details {disk}": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", "Drives and IDs registered to the Microsoft account. Selecting a drive also fills the Drive ID field.": "", "Drop session": "", "Dropbox": "", "Dry run completed.": "", - "EC2 Instance ID": "", - "EXPIRED": "", - "EXPIRES TODAY": "", - "Edit Disk(s)": "", "Edit Trim": "", "Edit widget to choose network interface.": "", "Editing interface will result in default gateway being removed, which may result in TrueNAS being inaccessible. You can provide new default gateway now:": "", @@ -638,14 +519,9 @@ "Emulating an Intel e82545 (e1000) Ethernet card provides compatibility with most operating systems. Change to VirtIO to provide better performance on systems with VirtIO paravirtualized network driver support.": "", "Enable SMTP AUTH using PLAIN SASL. Requires a valid Username and Password.": "", "Enable ZFS encryption for this pool and add an encryption algorithm selector.": "", - "Enable Apple SMB2/3 Protocol Extensions": "", - "Enable FXP": "", - "Enable Learning": "", - "Enable TLS": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -674,25 +550,19 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption (more secure, but slower)": "", "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -817,14 +687,12 @@ "Enter zvol name to continue.": "", "Enter {value} below to confirm.": "", "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error counting eligible snapshots.": "", "Error restarting web service": "", "Error starting service {serviceName}.": "", "Error validating target name": "", - "Error:": "", "Est. Usable Raw Capacity": "", "Establishing a connection requires that one of the connection systems has open TCP ports. Choose which system (LOCAL or REMOTE) will open ports. Consult your IT department to determine which systems are allowed to open ports.": "", "Estimated data capacity available after extension.": "", @@ -834,24 +702,18 @@ "Event Data": "", "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Existing Pool": "", "Existing presets": "", "Exit": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", - "Export All Keys": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export ZFS snapshots as Shadow Copies for VSS clients.": "", "Exporter": "", @@ -867,7 +729,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FIPS Settings": "", "FTP": "", @@ -877,19 +738,9 @@ "Failed Disks:": "", "Failed Jobs": "", "Failed to load datasets": "", - "Failover Group": "", "Failover is in an error state.": "", - "Fatal error! Check logs.": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", - "Fetching data...": "", - "File Mask": "", - "File Permissions": "", "First Page": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force Clear": "", "Force Create": "", @@ -907,11 +758,8 @@ "Forums": "", "Free RAM": "", "FreeBSD": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full Admin": "", "Full Control": "", "Full Filesystem Replication": "", @@ -921,7 +769,6 @@ "GPUs": "", "GUI": "", "GUI Settings": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -941,18 +788,14 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", - "Go To Encryption Root": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Google Cloud Storage": "", "Google Photos": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -962,11 +805,9 @@ "Group Quota Manager": "", "Group Read": "", "Group Write": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "HA Disabled": "", "HA Enabled": "", @@ -991,7 +832,6 @@ "Has Allow List": "", "Healthy": "", "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -1033,7 +873,6 @@ "How this ACE is applied to newly created directories and files within the dataset. Basic flags enable or disable ACE inheritance. Advanced flags allow further control of how the ACE is applied to files and directories in the dataset.": "", "How to configure the connection:

    Manual requires configuring authentication on the remote system. This can include copying SSH keys and modifying the root user account on that system.

    Semi-automatic only works when configuring an SSH connection with a remote TrueNAS system. This method uses the URL and login credentials of the remote system to connect and exchange SSH keys.": "", "Hubic": "", - "I would like to": "", "IBurst": "", "ID": "", "INFO": "", @@ -1062,7 +901,6 @@ "Identify this certificate as a Certificate Authority (CA).": "", "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1077,8 +915,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image Tag": "", "Immediately connect to TrueCommand.": "", "Implementation Domain": "", @@ -1093,21 +929,18 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect crontab value.": "", "Incorrect or expired OTP. Please try again.": "", "InfluxDB time series name for collected points.": "", "Info": "", - "Inherit encryption properties from parent": "", "Init/Shutdown Script": "", "Init/Shutdown Script created": "", "Init/Shutdown Script updated": "", @@ -1129,7 +962,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -1160,7 +992,6 @@ "JBOF Write": "", "Jira": "", "Job": "", - "Job aborted": "", "Jobs History": "", "Jobs in progress": "", "Joining": "", @@ -1178,7 +1009,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -1188,7 +1018,6 @@ "Key Cert Sign": "", "Key Encipherment": "", "Key ID": "", - "Key Usage Config": "", "Key not set": "", "Key set": "", "Keychain Credential Read": "", @@ -1200,17 +1029,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -1222,13 +1043,9 @@ "Lan": "", "Last Page": "", "Last Resilver": "", - "Last Scan": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last successful": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -1250,16 +1067,10 @@ "Level 64 - Intermediate power usage with Standby": "", "Libdefaults Auxiliary Parameters": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -1269,8 +1080,6 @@ "Load Previous Replication Task": "", "Load an existing provider configuration.": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local heartbeat interface is down.": "", "Lock Dataset": "", "Lock Dataset {datasetName}?": "", @@ -1280,16 +1089,15 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", + "Login Banner": "", "Login To Jira To Submit": "", "Logoff": "", "Logs": "", @@ -1298,37 +1106,21 @@ "Looking for help?": "", "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MTU": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Groups Server-side": "", - "Manage NFS Shares": "", - "Manage S.M.A.R.T. Tasks": "", - "Manage SMB Shares": "", "Manage Snapshots Tasks": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", - "Manual Test": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -1336,9 +1128,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -1355,7 +1145,6 @@ "Memory usage of app": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method Call": "", "Method of snapshot transfer:
    • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
    • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
    • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
    • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
    ": "", @@ -1367,7 +1156,6 @@ "Middleware - Method": "", "Migrate applications to the new pool": "", "Min Poll": "", - "Minimum Passive Port": "", "Minor": "", "Minor Version": "", "Minutes of inactivity before the drive enters standby mode. Temperature monitoring is disabled for standby disks.": "", @@ -1375,18 +1163,14 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Monitor": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -1402,7 +1186,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NS": "", "NTP Server": "", "NTP Server Settings": "", @@ -1430,11 +1213,6 @@ "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", "NetBIOS": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -1530,14 +1308,12 @@ "No Pods Found": "", "No Propagate Inherit": "", "No Safety Check (CAUTION)": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No events are available.": "", @@ -1551,21 +1327,14 @@ "No longer keep this Boot Environment?": "", "No matching results found": "", "No network interfaces are marked critical for failover.": "", - "No options are passed": "", "No pools on this enclosure.": "", - "No results found in {section}": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", - "None requested": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notransfer Timeout": "", "Num Pending Deletes": "", @@ -1596,10 +1365,8 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -1615,7 +1382,6 @@ "Open TrueCommand User Interface": "", "Open ticket": "", "OpenStack Swift": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -1636,11 +1402,9 @@ "Other Write": "", "Other node is currently configuring the system dataset.": "", "Other node is currently processing a failover event.": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", - "Owner Group": "", "PASSPHRASE": "", "PCI Passthrough Device": "", "PCI device does not have a reset mechanism defined and you may experience inconsistent/degraded behavior when starting/stopping the VM.": "", @@ -1648,9 +1412,6 @@ "POSIX Permissions": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Paste the incoming webhook URL associated with this service.": "", "Paste the contents of your Certificate Signing Request here.": "", @@ -1658,21 +1419,14 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer User": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performs authentication from an LDAP server.": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Pin vcpus": "", @@ -1708,7 +1462,6 @@ "Pool is using more than {maxPct}% of available space": "", "Pool options for {poolName} successfully saved.": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -1734,29 +1487,21 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", "Prevent the user from logging in or using password-based services until this option is unset. Locking an account is only possible when Disable Password is No and a Password has been created for the account.": "", "Preview JSON Service Account Key": "", "Previous Page": "", "Primary Contact": "", "Primary DNS server.": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Proactive support settings is not available.": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production status successfully updated": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -1784,17 +1529,12 @@ "Randomly generate an encryption key for securing this dataset. Disabling requires manually defining the encryption key.
    WARNING: the encryption key is the only means to decrypt the information stored in this dataset. Store the encryption key in a secure location.": "", "Range High": "", "Range Low": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read Named Attributes": "", - "Read Only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", "Reboot standby TrueNAS controller": "", @@ -1805,7 +1545,6 @@ "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Redirect HTTP connections to HTTPS. A GUI SSL Certificate is required for HTTPS. Activating this also sets the HTTP Strict Transport Security (HSTS) maximum age to 31536000 seconds (one year). This means that after a browser connects to the web interface for the first time, the browser continues to use HTTPS and renews this setting every year.": "", @@ -1815,25 +1554,20 @@ "Reject": "", "Release Notes": "", "Remote Controller": "", - "Remote Host Key": "", "Remote syslog server DNS hostname or IP address. Nonstandard port numbers can be used by adding a colon and the port number to the hostname, like mysyslogserver:1928. Log entries are written to local logs and sent to the remote syslog server.": "", "Remote system SSH key for this system to authenticate the connection. When all other fields are properly configured, click DISCOVER REMOTE HOST KEY to query the remote system and automatically populate this field.": "", "Remove Invalid Quotas": "", "Remove Keep Flag": "", "Remove device": "", "Remove device {name}?": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Replacing Boot Pool Disk": "", @@ -1865,7 +1599,6 @@ "Reporting Read": "", "Reporting Write": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -1881,7 +1614,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Standby": "", @@ -1892,17 +1624,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -1938,8 +1667,6 @@ "Run «{name}» Cloud Backup now?": "", "Run «{name}» Cloud Sync now?": "", "Run «{name}» Rsync now?": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "SAN": "", "SAS Connector": "", "SAS Expander": "", @@ -1951,8 +1678,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -1964,7 +1689,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -1976,7 +1700,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -1990,7 +1713,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH connection from the keychain": "", "SSH password login enabled": "", @@ -2000,10 +1722,8 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", - "Save Access Control List": "", "Save And Go To Review": "", "Save Config": "", "Save Debug": "", @@ -2011,7 +1731,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving settings": "", @@ -2019,15 +1738,11 @@ "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", "Schedule": "", "Schedule Preview": "", - "Schema": "", - "Schema Mode": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub Task": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search Documentation for «{value}»": "", "Search Results for «{query}»": "", @@ -2038,15 +1753,12 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -2055,11 +1767,8 @@ "Select Create new disk image to create a new zvol on an existing dataset. This is used as a virtual hard drive for the VM. Select Use existing disk image to use an existing zvol or file for the VM.": "", "Select None or an integer. This value represents the number of existing authorized accesses.": "", "Select UEFI for newer operating systems or UEFI-CSM (Compatibility Support Mode) for older operating systems that only support BIOS booting. Grub is not recommended but can be used when the other options do not work.": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a language from the drop-down menu.": "", "Select a layout": "", @@ -2088,10 +1797,8 @@ "Select an existing portal or choose Create New to configure a new portal.": "", "Select an existing realm that was added in Directory Services > Kerberos Realms.": "", "Select an existing target.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -2148,12 +1855,10 @@ "Sep": "", "Separate multiple values by pressing Enter.": "", "Separate values with commas, and without spaces.": "", - "Serial Shell": "", "Serial numbers of each disk being edited.": "", "Serial or USB port connected to the UPS. To automatically detect and manage the USB port settings, select auto.

    When an SNMP driver is selected, enter the IP address or hostname of the SNMP UPS device.": "", "Series": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", "Service CIDR": "", @@ -2165,8 +1870,6 @@ "Session ID": "", "Session Token Lifetime": "", "Session dialect": "", - "Set Frequency": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set for the LDAP server to disable authentication and allow read and write access to any client.": "", @@ -2258,11 +1961,8 @@ "Setting this option reduces the security of the connection, so only use it if the client does not understand reused SSL sessions.": "", "Setting this option will result in timeouts if identd is not running on the client.": "", "Setup Cron Job": "", - "Setup Method": "", - "Share Attached": "", "Sharing": "", "Shell": "", - "Shell Commands": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", "Show All": "", "Show Ipmi Events": "", @@ -2270,17 +1970,13 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", "Shrinking a ZVOL is not allowed in the User Interface. This can lead to data loss.": "", "Sign": "", "Sign CSR": "", - "Signed By": "", - "Signed Certificates": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", "Skip automatic detection of the Endpoint URL region. Set this only if AWS provider does not support regions.": "", @@ -2292,7 +1988,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", "Snapshot Read": "", @@ -2319,7 +2014,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -2348,7 +2042,6 @@ "Static route updated": "", "Stats": "", "Status of TrueCommand": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop TrueCommand Cloud Connection": "", "Stop the {serviceName} service and close these connections?": "", @@ -2365,13 +2058,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subnet mask of the IPv4 address.": "", "Sudo": "", "Sudo Enabled": "", @@ -2380,7 +2070,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -2394,7 +2083,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -2402,14 +2090,11 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information (Standby)": "", @@ -2428,19 +2113,6 @@ "System is failing over...": "", "System is restarting...": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -2465,7 +2137,6 @@ "Team Drive ID": "", "Temperature Sensors": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -2508,12 +2179,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -2523,7 +2191,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -2567,7 +2234,6 @@ "The {service} service failed to stop.": "", "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no tasks.": "", "There are pending network interface changes. Review them now?": "", @@ -2581,14 +2247,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", "This Certificate Authority is being used to sign one or more certificates. It can be deleted only after deleting these certificates.": "", @@ -2607,14 +2267,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -2623,7 +2277,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -2649,8 +2302,6 @@ "Timestamp": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Toggle {row}": "", @@ -2661,7 +2312,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology Summary": "", @@ -2674,9 +2324,7 @@ "Traffic": "", "Train": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", - "Transport Encryption Behavior": "", "Traverse": "", "Treat Disk Size as Minimum": "", "TrueCloud Backup Tasks": "", @@ -2686,18 +2334,15 @@ "TrueCommand Cloud Service has been deregistered.": "", "TrueCommand Read": "", "TrueCommand Write": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", - "Trust Guest Filters": "", "Tunable": "", "Tunables": "", "Turn Off": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -2706,15 +2351,12 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", - "UNIX Charset": "", "UPS": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -2725,12 +2367,8 @@ "Unique Virtual Host ID on the broadcast segment of the network. Configuring multiple Virtual IP addresses requires a separate VHID for each address.": "", "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", - "Unix NSS Info": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -2747,9 +2385,7 @@ "Unshare": "", "Unshare {name}": "", "Unsupported Hardware": "", - "Unused Disks": "", "Update Dashboard": "", - "Update Interval": "", "Update Members": "", "Update Password": "", "Update Release Notes": "", @@ -2766,17 +2402,13 @@ "Upsmon will wait up to this many seconds in master mode for the slaves to disconnect during a shutdown situation.": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", @@ -2789,14 +2421,10 @@ "Use this option to allow legacy SMB clients to connect to the server. Note that SMB1 is being deprecated and it is advised to upgrade clients to operating system versions that support modern versions of the SMB protocol.": "", "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -2832,8 +2460,6 @@ "VDEVs have been created through manual disk selection. To view or edit your selections, press the \"Edit Manual Disk Selection\" button below. To start again with the automated disk selection, hit the \"Reset\" button.": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -2844,13 +2470,10 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -2859,23 +2482,14 @@ "Var": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify certificate authenticity.": "", "Video, < 100ms latency": "", "Video, < 10ms latency": "", - "View All Test Results": "", "View Changelog": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View Netdata": "", "View Release Notes": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtualization is not supported": "", "Voltage": "", @@ -2886,20 +2500,12 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", @@ -2922,6 +2528,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -2942,7 +2549,6 @@ "Widgets ({n, plural, =1 {# item} other {# items}})": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "With this configuration, the existing directory {path} will be used as a home directory without creating a new directory for the user.": "", @@ -2973,16 +2579,12 @@ "ZFS pools must conform to strict naming conventions. Choose a memorable name.": "", "ZFS/SED keys synced between KMIP Server and TN database.": "", "Zvol": "", - "Zvol Location": "", - "by ancestor": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", - "expires in {n, plural, one {# day} other {# days} }": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", "gzip-9 (maximum, slow)": "", @@ -3001,9 +2603,7 @@ "lzjb (legacy, not recommended)": "", "mountd(8) bind port": "", "on this enclosure": "", - "on this enclosure.": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -3016,23 +2616,17 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Range In)": "", "{comparator} (Range Not In)": "", "{coreCount, plural, one {# core} other {# cores} }": "", - "{email} via {server}": "", "{n, plural, =0 {No errors} one {# Error} other {# Errors}}": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} RPM": "", - "{rate} RPM": "", "{tasks, plural, =1 {# received task} other {# received tasks}} this week": "", "{tasks, plural, =1 {# sent task} other {# sent tasks}} this week": "", "{temp}°C (All Threads)": "", @@ -3044,7 +2638,6 @@ "{usage}% (All Threads)": "", "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", - "{version} is available!": "", "{view} on {enclosure}": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "\n Parece que a sua sessão está inativa há mais de {lifetime} segundos.
    \n Por motivos de segurança, vamos terminar a sessão em {time}.\n ", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Quando o Modo UPS está definido como escravo. Enter the open network port number of the UPS Sistema mestre. A porta predefinida é 3493.", diff --git a/src/assets/i18n/ro.json b/src/assets/i18n/ro.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ro.json +++ b/src/assets/i18n/ro.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
    LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
    GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
    ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
    ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ru.json b/src/assets/i18n/ru.json index ee65c907941..1f8230107d2 100644 --- a/src/assets/i18n/ru.json +++ b/src/assets/i18n/ru.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
    \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", " bytes.": "", " cores at ": "", @@ -14,8 +13,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1m Average": "", "2FA": "", "2FA Settings": "", @@ -35,23 +34,17 @@ "A stripe log VDEV may result in data loss if it fails combined with a power outage.": "", "A stripe {vdevType} VDEV is highly discouraged and will result in data loss if it fails": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALL Initiators Allowed": "", "API Docs": "", "API Key or Password": "", "API Key:": "", "API Keys": "", "ARN": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Control Entry": "", "Access Control Entry (ACE) user or group. Select a specific User or Group for this entry, owner@ to apply this entry to the user that owns the dataset, group@ to apply this entry to the group that owns the dataset, or everyone@ to apply this entry to all users and groups. See nfs4_setfacl(1) NFSv4 ACL ENTRIES.": "", @@ -63,7 +56,6 @@ "Account Read": "", "Account Write": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Activate the Basic Constraints extension to identify whether the certificate's subject is a CA and the maximum depth of valid certification paths that include this certificate.": "", "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.": "", @@ -72,8 +64,6 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -109,7 +99,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -120,7 +109,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -132,7 +120,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -163,22 +150,17 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Adding data VDEVs of different types is not supported.": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional hosts to be appended to /etc/hosts. Separate entries by pressing Enter. Hosts defined here are still accessible by name even when DNS is not available. See hosts(5) for additional information.": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", - "Admin Password": "", "Admin Servers": "", - "Admin Username": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Advanced Replication Creation": "", "Advanced Settings → Access": "", @@ -189,23 +171,12 @@ "Alert service saved": "", "Alerts could not be loaded": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "All Cores": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", "Allow Specific": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -221,7 +192,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -230,17 +200,11 @@ "Allowed sudo commands": "", "Allowed sudo commands with no password": "", "Allows sudo commands": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "Amazon S3": "", "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any system service can communicate externally.": "", "Api Key": "", "App": "", @@ -259,12 +223,6 @@ "Applications you install will automatically appear here. Click below and browse available apps to get started.": "", "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apps Read": "", "Apps Service Not Configured": "", "Apps Service Pending": "", @@ -302,7 +260,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -312,7 +269,6 @@ "Atleast {min} disk(s) are required for {vdevType} vdevs": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -320,16 +276,12 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Auth Sessions Read": "", "Auth Sessions Write": "", "AuthVersion": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Keys": "", @@ -339,12 +291,10 @@ "Automated Disk Selection": "", "Automatically sets number of threads used by the kernel NFS server.": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available version:\n": "", "Avg Usage": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -353,24 +303,15 @@ "Backup Credential": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Basic": "", - "Basic Constraints Config": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Block (iSCSI) Shares Targets": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Bot API Token": "", "Box": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browse to the path to be copied. Linux file path limits apply. Other operating systems can have different limits which might affect how they can be used as sources or destinations.": "", @@ -384,14 +325,11 @@ "Bulk Edit Disks": "", "Burst": "", "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", "CPU And Memory": "", @@ -422,34 +360,27 @@ "Catalog Write": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", "Certificate request signed": "", "Certificate signing request created": "", "Change Token Lifetime in": "", - "Change log": "", "Changes to ACL type affect how on-disk ZFS ACL is written and read.\nWhen the ACL type is changed from POSIX to NFSv4, no migration is performed for default and access ACLs encoded in the posix1e acl extended attributes to native ZFS ACLs.\nWhen ACL type is changed from NFSv4 to POSIX, native ZFS ACLs are not converted to posix1e extended attributes, but the native ACL will be used internally by ZFS for access checks.\n\nThis means that the user must manually set new ACLs recursively on the dataset after ACL type changes in order to avoid unexpected permissions behavior.\n\nThis action will be destructive, and so it is advised to take a ZFS snapshot of the dataset prior to ACL type changes and permissions modifications.": "", "Changing Advanced settings can be dangerous when done incorrectly. Please use caution before saving.": "", "Changing global 2FA settings might cause user secrets to reset. Which means users will have to reconfigure their 2FA. Are you sure you want to continue?": "", "Changing settings below will result in Kubernetes cluster re-initialization deleting installed apps and their data.": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum Errors": "", - "Child Shares": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", "Choose File for {label}": "", "Choose a Disk": "", @@ -462,10 +393,8 @@ "Choose pod": "", "Choose to connect using either SSH private key stored in user's home directory or SSH connection from the keychain": "", "City": "", - "Clear": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", - "Click Add to add first VDEV.": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", "Clicking Continue allows TrueNAS to finish the update in the background while Abort stops the process and reverts the dataset ACL to the previously active ACL.": "", @@ -473,7 +402,6 @@ "Clone To New Dataset": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -510,8 +438,6 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Config-Reset": "", "Configuration Preview": "", @@ -544,9 +470,7 @@ "Confirm to unset pool?": "", "Confirmation": "", "Connect": "", - "Connect using:": "", "Connected at": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", "Container Images": "", @@ -556,14 +480,11 @@ "Containers": "", "Content Commitment": "", "Continue with the upgrade": "", - "Contract Type": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

    Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -643,20 +564,16 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", - "DNS Timeout": "", "DQ % Used": "", "DQ Used": "", "DS Groups": "", @@ -666,16 +583,13 @@ "Dashboard settings saved": "", "Data Devices": "", "Data Topology": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Delete": "", "Dataset Details": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -685,15 +599,10 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Day(s)": "", "Days of Month": "", @@ -754,17 +663,10 @@ "Delete User": "", "Delete User Quota": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", - "Delete raw file": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting...": "", "Deny": "", @@ -787,28 +689,20 @@ "Device updated": "", "Device/File": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
    \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

    \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Disk Description": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk device name.": "", "Disk is unavailable": "", @@ -817,16 +711,11 @@ "Disks Overview": "", "Disks on {enclosure}": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Distributed Hot Spares": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do you want to configure the ACL?": "", @@ -835,33 +724,26 @@ "Docker Registry Authentication": "", "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Domain:": "", "Domains": "", "Don't Allow": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Keys": "", "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Drop session": "", "Dropbox": "", "Dry run completed.": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit Application Settings": "", @@ -878,7 +760,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -926,11 +807,9 @@ "Enable SMTP AUTH using PLAIN SASL. Requires a valid Username and Password.": "", "Enable ZFS encryption for this pool and add an encryption algorithm selector.": "", "Enable ACL support for the SMB share.": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Container Image Updates": "", "Enable Display": "", "Enable FIPS": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -938,14 +817,11 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable SMTP configuration": "", - "Enable TLS": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", "Enable this SMB share. Unset to disable this SMB share without deleting it.": "", @@ -957,18 +833,12 @@ "Enabled Protocols": "", "Enabling allows using a password to authenticate the SSH login. Warning: when directory services are enabled, allowing password authentication can grant access to all users imported by the directory service.
    Disabling changes authentication to require keys for all users. This requires additional setup on both the SSH client and server.": "", "Enabling redirect will require all URLs served from current host to be served via HTTPS regardless of port used. This may make some App portals inaccessible if they don't use HTTPS. Do you wish to continue?": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options Saved": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "End session": "", "Endpoint": "", @@ -1007,7 +877,6 @@ "Enter the version to roll back to.": "", "Enter vm name to continue.": "", "Enter zvol name to continue.": "", - "Error ({code})": "", "Error In Apps Service": "", "Error counting eligible snapshots.": "", "Error creating device": "", @@ -1019,33 +888,26 @@ "Error stopping service {serviceName}.": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Est. Usable Raw Capacity": "", "Eula": "", "Event": "", "Event Data": "", "Example: blob.core.usgovcloudapi.net": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Existing Pool": "", "Existing presets": "", "Exit": "", "Expand": "", "Expand Row": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export/disconnect pool: {pool}": "", "Exported": "", "Exporter": "", @@ -1054,7 +916,6 @@ "Extending VDEV": "", "Extends the validity of OTP by that many windows of intervals before and after the current interval": "", "Extents": "", - "Extra Constraints": "", "FAULT": "", "FIPS Settings": "", "FRONT": "", @@ -1064,26 +925,19 @@ "Failed Disks:": "", "Failed Jobs": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1102,9 +956,6 @@ "Filters": "", "Finished Scrub on {date}": "", "First Page": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force Create": "", @@ -1119,11 +970,8 @@ "FreeBSD": "", "Frequency": "", "Friday": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full Admin": "", "Full Control": "", "Full path to the pool, dataset or directory to share. The path must reside within a pool. Mandatory.": "", @@ -1133,7 +981,6 @@ "GUI": "", "GUI Settings": "", "General Info": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1150,19 +997,15 @@ "Global Two Factor Authentication": "", "Global Two Factor Authentication Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to Storage": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Execute": "", "Group Obj": "", "Group Object Quota": "", @@ -1171,12 +1014,10 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group updated": "", "Groupname": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "HA is Disabled": "", "HA is disabled": "", "HA is reconnecting": "", @@ -1192,7 +1033,6 @@ "Has Allow List": "", "Healthy": "", "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", - "Hide Job": "", "Hide Password": "", "Hide from MSR": "", "High Bandwidth (16)": "", @@ -1213,7 +1053,6 @@ "How to configure the connection:

    Manual requires configuring authentication on the remote system. This can include copying SSH keys and modifying the root user account on that system.

    Semi-automatic only works when configuring an SSH connection with a remote TrueNAS system. This method uses the URL and login credentials of the remote system to connect and exchange SSH keys.": "", "Hubic": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1238,14 +1077,11 @@ "Identify the purpose for this public key. Typically used for end entity certificates. Multiple usages can be selected. Do not mark this extension critical when the Usage is ANY_EXTENDED_KEY_USAGE.

    Using both Extended Key Usage and Key Usage extensions requires that the purpose of the certificate is consistent with both extensions. See RFC 3280, section 4.2.1.13 for more details.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", "If set, the value will be used to override the default DNS domain name for NFSv4. Specifies the \"Domain\" idmapd.conf setting.": "", "If the Hex key type is chosen, an encryption key will be auto-generated.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -1264,12 +1100,10 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect crontab value.": "", @@ -1278,7 +1112,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -1298,7 +1131,6 @@ "Installer image file": "", "Integrate Snapshots with VMware": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internetwork control": "", @@ -1328,7 +1160,6 @@ "JBOF Write": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -1344,12 +1175,10 @@ "Keep the name short and only lowercase. Using a name longer than 63 characters can prevent accessing the block device. Allowed characters: letters, numbers, period (.), dash (-), and colon (:).": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realms": "", "Kernel Parameters": "", "Kernel Settings": "", "Key Cert Sign": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -1363,17 +1192,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LINK STATE DOWN": "", "LINK STATE UNKNOWN": "", "LINK STATE UP": "", @@ -1386,17 +1207,13 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", - "Layout": "", "Layouts": "", "Leave Feedback": "", "Leaving": "", @@ -1410,15 +1227,9 @@ "Level 254 - Maximum performance, maximum power usage": "", "Level 64 - Intermediate power usage with Standby": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -1429,8 +1240,6 @@ "Loading disks...": "", "Local Administrator": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local heartbeat interface does not exist.": "", "Local heartbeat interface is down.": "", "Lock Dataset": "", @@ -1440,14 +1249,13 @@ "Locks": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Path": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -1456,16 +1264,12 @@ "Long time ago": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", - "MAC Address": "", + "MOTD": "", "MTU": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Container Images": "", @@ -1477,44 +1281,30 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Mathematical instruction sets that determine how plaintext is converted into ciphertext. See Advanced Encryption Standard (AES) for more details.": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -1530,7 +1320,6 @@ "Memory device": "", "Memory usage of app": "", "Message": "", - "Metadata (Special) Small Block Size": "", "Method Call": "", "Method of snapshot transfer:
    • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
    • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
    • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
    • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
    ": "", "MiB. Units smaller than MiB are not allowed.": "", @@ -1541,7 +1330,6 @@ "Migrate applications to the new pool": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -1551,23 +1339,19 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Modify": "", "Module": "", "Monday": "", "Monitor": "", "Month(s)": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "N/A": "", "NAA": "", @@ -1581,7 +1365,6 @@ "NFS4 Session": "", "NFSv4": "", "NFSv4 DNS Domain": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTP Server": "", @@ -1606,11 +1389,6 @@ "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", "NetBIOS": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -1712,14 +1490,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -1732,28 +1508,21 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notifications": "", @@ -1791,13 +1560,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -1814,7 +1581,6 @@ "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -1836,12 +1602,10 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", - "Owner Group": "", "PASSPHRASE": "", "PCI Passthrough Device": "", "PCI device does not have a reset mechanism defined and you may experience inconsistent/degraded behavior when starting/stopping the VM.": "", @@ -1850,9 +1614,6 @@ "PULL": "", "PUSH": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Partition": "", "Passphrase and confirmation should match.": "", "Passphrase value must match Confirm Passphrase": "", @@ -1868,23 +1629,16 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

    When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Pending": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Periodic S.M.A.R.T. Tests": "", "Permission": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Pin vcpus": "", @@ -1922,7 +1676,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pools in Enclosure": "", "Pools:": "", @@ -1943,27 +1696,19 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Prevent the user from logging in or using password-based services until this option is unset. Locking an account is only possible when Disable Password is No and a Password has been created for the account.": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Proactive support settings is not available.": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -1993,18 +1738,13 @@ "REQUIRE": "", "RPM": "", "Randomly generate an encryption key for securing this dataset. Disabling requires manually defining the encryption key.
    WARNING: the encryption key is the only means to decrypt the information stored in this dataset. Store the encryption key in a secure location.": "", - "Range Size": "", "Rate this page": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Named Attributes": "", - "Read Only": "", "Readonly Admin": "", - "Rear": "", "Reboot": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", @@ -2016,7 +1756,6 @@ "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Referenced": "", @@ -2032,25 +1771,20 @@ "Remaining": "", "Remote": "", "Remote Controller": "", - "Remote Host Key": "", "Remote machine": "", "Remove Invalid Quotas": "", "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew": "", "Renew 2FA Secret": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -2082,7 +1816,6 @@ "Reporting Read": "", "Reporting Write": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", "Reservation (in GiB)": "", @@ -2103,7 +1836,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Service": "", @@ -2116,17 +1848,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -2163,8 +1892,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "SAN": "", @@ -2178,8 +1905,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -2209,7 +1934,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -2223,7 +1947,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SNMP": "", "SNMP v3 Options": "", "SSH": "", @@ -2234,7 +1957,6 @@ "SSH Keypair": "", "SSH Keypair created": "", "SSH Keypair updated": "", - "SSH Keyscan": "", "SSH connection from the keychain": "", "SSH password login enabled": "", "SSH private key stored in user's home directory": "", @@ -2242,11 +1964,9 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "Samba": "", "Samba Authentication": "", "Saturday": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -2255,22 +1975,17 @@ "Save Selection": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving KMIP Config": "", "Saving settings": "", "Scan remote host key.": "", "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script deleted.": "", - "Scroll to top": "", "Scrub In Progress:": "", "Scrub Paused": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -2285,23 +2000,17 @@ "Secondary Title": "", "Seconds From Last Renew": "", "Secret (Read only)": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Public key authentication in SSH/Authentication.": "", "Select Bug when reporting an issue or Suggestion when requesting new functionality.": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a preset ACL": "", "Select a preset configuration for the share. This applies predetermined values and disables changing some share options.": "", @@ -2319,10 +2028,8 @@ "Select an existing SSH connection to a remote system or choose Create New to create a new SSH connection.": "", "Select an existing realm that was added in Directory Services > Kerberos Realms.": "", "Select an unused disk to add to this vdev.
    WARNING: any data stored on the unused disk will be erased!": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select paths to exclude": "", "Select permissions to apply to the chosen Who. Choices change depending on the Permissions Type.": "", "Select the syslog(3) facility of the SFTP server.": "", @@ -2353,10 +2060,8 @@ "Send Test Email": "", "Sensitive": "", "Separate multiple values by pressing Enter.": "", - "Serial Shell": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -2376,10 +2081,8 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set new password": "", "Set new password:": "", @@ -2407,12 +2110,10 @@ "Settings Requiring Re-Initialization": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -2443,7 +2144,6 @@ "Sharing iSCSI Target Read": "", "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", - "Shell Commands": "", "Short": "", "Show All": "", "Show Built-in Groups": "", @@ -2455,7 +2155,6 @@ "Show Password": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -2465,13 +2164,10 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signup": "", "Similar Apps": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", "Skip": "", @@ -2484,7 +2180,6 @@ "Smart Test Result": "", "Smart Tests": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", "Snapshot Read": "", @@ -2513,7 +2208,6 @@ "Special Allocation class, used to create Fusion pools. Optional VDEV type which is used to speed up metadata and small block IO.": "", "Specifies the auxiliary directory service ID provider.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the number of cores per virtual CPU socket.": "", "Specify the number of threads per core.": "", @@ -2545,7 +2239,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop TrueCommand Cloud Connection": "", "Stop the scrub on {poolName}?": "", @@ -2566,11 +2259,8 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject Alternative Name": "", "Submit": "", "Success! The API key has been created or reset.": "", @@ -2589,7 +2279,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch to Advanced Options": "", "Switched to new dataset «{name}».": "", "Switched to new zvol «{name}».": "", @@ -2597,7 +2286,6 @@ "Sync From Peer": "", "Sync Keys": "", "Sync To Peer": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -2605,13 +2293,10 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System Audit Read": "", "System Audit Write": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information (Standby)": "", "System Information Active Node": "", @@ -2628,19 +2313,6 @@ "System Widgets": "", "System dataset updated.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -2664,7 +2336,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -2706,19 +2377,15 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", "The imported pool contains encrypted datasets, unlock them now?": "", "The length of the field should be at least {minLength}": "", "The length of the field should be no more than {maxLength}": "", "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", - "The list is empty.": "", "The name \"{value}\" is already in use.": "", "The number of children must at the minimum accomodate the total number of disks required for the previous configuration options including parity drives.": "", "The parent of this dataset has an Access Control List (ACL). Do you want to set an ACL for this dataset using the ACL Manager? ": "", @@ -2744,7 +2411,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -2757,14 +2423,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "This Certificate Authority is being used to sign one or more certificates. It can be deleted only after deleting these certificates.": "", "This action will set all dataset quotas for the removed or invalid groups to 0, virtually removing any dataset quota entires for such groups. Are you sure you want to proceed?": "", "This action will set all dataset quotas for the removed or invalid users to 0, virtually removing any dataset quota entires for such users. Are you sure you want to proceed?": "", @@ -2779,21 +2439,14 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field remains empty until a token is obtained.\n Choose the category that best describes the bug or feature being reported.": "", "This information is provided by the catalog maintainer.": "", "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -2820,8 +2473,6 @@ "Timestamp": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Toggle {row}": "", @@ -2831,15 +2482,12 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Topology Summary": "", "Total Disks:": "", "Total failed": "", "Traffic": "", "Transfer": "", "Translate App": "", - "Transmit Hash Policy": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Treat Disk Size as Minimum": "", "TrueCloud Backup Tasks": "", @@ -2850,13 +2498,11 @@ "TrueCommand Read": "", "TrueCommand Write": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tuesday": "", "Tunable": "", "Turn Off": "", @@ -2865,24 +2511,20 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", "Two-Factor authentication is not enabled on this this system. You can configure your personal settings, but they will have no effect until two-factor authentication is enabled globally by system administrator.": "", "Two-Factor authentication is required on this system, but it's not yet configured for your user. Please configure it now.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPS": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "USB Passthrough Device": "", "UTC": "", "Unable to retrieve Available Applications": "", @@ -2893,15 +2535,11 @@ "Uncheck": "", "Unhealthy": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock Child Encrypted Roots": "", "Unlock Datasets": "", @@ -2915,12 +2553,10 @@ "Unshare": "", "Unshare {name}": "", "Unsupported Hardware": "", - "Unused Disks": "", "Up to date": "", "Update 'Time Machine'": "", "Update All": "", "Update Dashboard": "", - "Update Interval": "", "Update Members": "", "Update Password": "", "Update Pool": "", @@ -2943,15 +2579,11 @@ "Upload Manual Update File": "", "Uploading and Applying Config": "", "Usage Collection": "", - "Usages": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", @@ -2961,12 +2593,8 @@ "Use the encryption properties of the root dataset.": "", "Use this option to allow legacy SMB clients to connect to the server. Note that SMB1 is being deprecated and it is advised to upgrade clients to operating system versions that support modern versions of the SMB protocol.": "", "Used Ports": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -3002,8 +2630,6 @@ "VDEVs have been created through manual disk selection. To view or edit your selections, press the \"Edit Manual Disk Selection\" button below. To start again with the automated disk selection, hit the \"Reset\" button.": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VM": "", "VM Device Read": "", @@ -3012,14 +2638,11 @@ "VM Serial Shell": "", "VM Write": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -3029,9 +2652,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Email Address": "", "Version to be upgraded to": "", @@ -3040,20 +2660,14 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual machine created": "", "Virtualization is not supported": "", @@ -3063,21 +2677,13 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -3101,6 +2707,7 @@ "When not specified, guest system is given fixed amount of memory specified above.\nWhen minimum memory is specified, guest system is given memory within range between minimum and fixed as needed.": "", "When number of vcpus is equal to number of cpus in CPU set vcpus can be automatically pinned into CPU set. Pinning is done by mapping each vcpu into single cpu number in following the order in CPU set. This will improve CPU cache locality and can reduce possible stutter in GPU passthrough VMs.": "", "When replicated snapshots are deleted from the destination system:
    • Same as Source: use the Snapshot Lifetime from the source periodic snapshot task.
    • Custom: define a Snapshot Lifetime for the destination system.
    • None: never delete snapshots from the destination system.
    • ": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", "When using a virtual host, this is also used as the Kerberos principal name.": "", @@ -3121,7 +2728,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -3168,20 +2774,16 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -3203,11 +2805,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -3222,7 +2822,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -3245,7 +2844,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{hours, plural, =1 {# hour} other {# hours}}": "", "{interfaceName} must start with \"{prefix}\" followed by an unique number": "", @@ -3258,20 +2856,16 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} RPM": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{tasks, plural, =1 {# receive task} other {# receive tasks}}": "", "{tasks, plural, =1 {# received task} other {# received tasks}} this week": "", @@ -3287,7 +2881,6 @@ "{usage}% (All Threads)": "", "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": " Когда Режим ИБП установлен в ведомый. Введите номер открытого сетевого порта ведущей системы ИБП. Порт по умолчанию - 3493.", " seconds.": " секунд.", diff --git a/src/assets/i18n/sk.json b/src/assets/i18n/sk.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sk.json +++ b/src/assets/i18n/sk.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/sl.json b/src/assets/i18n/sl.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sl.json +++ b/src/assets/i18n/sl.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/sq.json b/src/assets/i18n/sq.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sq.json +++ b/src/assets/i18n/sq.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/sr-latn.json b/src/assets/i18n/sr-latn.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sr-latn.json +++ b/src/assets/i18n/sr-latn.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/sr.json b/src/assets/i18n/sr.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sr.json +++ b/src/assets/i18n/sr.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/strings.json b/src/assets/i18n/strings.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/strings.json +++ b/src/assets/i18n/strings.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/sv.json b/src/assets/i18n/sv.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sv.json +++ b/src/assets/i18n/sv.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/sw.json b/src/assets/i18n/sw.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/sw.json +++ b/src/assets/i18n/sw.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/ta.json b/src/assets/i18n/ta.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/ta.json +++ b/src/assets/i18n/ta.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/te.json b/src/assets/i18n/te.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/te.json +++ b/src/assets/i18n/te.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/th.json b/src/assets/i18n/th.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/th.json +++ b/src/assets/i18n/th.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/tr.json b/src/assets/i18n/tr.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/tr.json +++ b/src/assets/i18n/tr.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/tt.json b/src/assets/i18n/tt.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/tt.json +++ b/src/assets/i18n/tt.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/udm.json b/src/assets/i18n/udm.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/udm.json +++ b/src/assets/i18n/udm.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/uk.json b/src/assets/i18n/uk.json index f2691f28c17..2a773bcd0ed 100644 --- a/src/assets/i18n/uk.json +++ b/src/assets/i18n/uk.json @@ -1,11 +1,10 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", "(Optional)": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1m Average": "", "2 days ago": "", "2 months ago": "", @@ -27,25 +26,16 @@ "A stripe log VDEV may result in data loss if it fails combined with a power outage.": "", "A stripe {vdevType} VDEV is highly discouraged and will result in data loss if it fails": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALL Initiators Allowed": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access Settings": "", "Access denied to {method}": "", "Account Read": "", "Account Write": "", - "Ace has errors.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", "Add Alert": "", "Add Allowed Initiators (IQN)": "", @@ -59,18 +49,15 @@ "Add Exporter": "", "Add Filesystem": "", "Add Image": "", - "Add Item": "", "Add Kernel Parameters": "", "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Pool": "", "Add Privilege": "", "Add Reporting Exporter": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Share": "", @@ -84,16 +71,11 @@ "Add Volume": "", "Add Widget": "", "Add iSCSI": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", "Adding data VDEVs of different types is not supported.": "", - "Additional Hardware": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", - "Admin Password": "", - "Admin Username": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Advanced Replication Creation": "", "Advanced Settings → Access": "", @@ -101,35 +83,17 @@ "Alert List Read": "", "Alert List Write": "", "Alert Services": "", - "Aliases": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow non-unique serialed disks (not recommended)": "", "Allowed Address": "", "Allowed IP Addressed": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed addresses have been updated": "", "Allowed network in network/mask CIDR notation (example 1.2.3.4/24). One entry per field. Leave empty to allow everybody.": "", - "Also Include Naming Schema": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "Amazon S3": "", "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App is restarted": "", @@ -137,12 +101,6 @@ "Application Metadata": "", "Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "", "Applications allow you to extend the functionality of the TrueNAS server beyond traditional Network Attached Storage (NAS) workloads, and as such are not covered by iXsystems software support contracts unless explicitly stated. Defective or malicious applications can lead to data loss or exposure, as well possible disruptions of core NAS functionality.\n\n iXsystems makes no warranty of any kind as to the suitability or safety of using applications. Bug reports in which applications are accessing the same data and filesystem paths as core NAS sharing functionality may be closed without further investigation.": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apps Read": "", "Apps Service Not Configured": "", "Apps Service Pending": "", @@ -167,59 +125,39 @@ "Are you sure you want to delete this snapshot?": "", "Are you sure you want to delete this task?": "", "Are you sure you want to start over?": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", "At least one spare is recommended for dRAID. Spares cannot be added later.": "", "Atleast {min} disk(s) are required for {vdevType} vdevs": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Auth Sessions Read": "", "Auth Sessions Write": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", "Automatically sets number of threads used by the kernel NFS server.": "", - "Available Memory": "", "Back to Discover Page": "", - "Back to Support": "", "Backblaze B2": "", "Backup": "", "Backup Config": "", "Backup Credential": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Box": "", - "Bridge Members": "", - "Bridge Settings": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browser time: {time}": "", "Bucket Name": "", "Burst": "", "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", - "By snapshot creation time": "", - "CD-ROM Path": "", "CLI": "", - "CN Realm": "", "CPU Recent Usage": "", "CPU Stats": "", "CPU Temperature per Core Bar Graph": "", @@ -237,32 +175,22 @@ "Catalog Write": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate request signed": "", "Change Token Lifetime in": "", - "Change log": "", "Changing global 2FA settings might cause user secrets to reset. Which means users will have to reconfigure their 2FA. Are you sure you want to continue?": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check for Software Updates": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", - "Child Shares": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", "Choose File for {label}": "", "Choose a connection that has been saved in Credentials > Backup Credentials > SSH Connections.": "", - "Clear": "", - "Click Add to add first VDEV.": "", "Click to give {index} star rating.": "", "Client ID": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close scheduler": "", "Close the form": "", @@ -287,8 +215,6 @@ "Command/Script": "", "Command: {command}": "", "Completed Jobs": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Config-Reset": "", "Configure 2FA Secret": "", @@ -313,20 +239,15 @@ "Configured for simultaneous use with SMB and NFS on the same dataset.": "", "Confirm Passphrase value must match Passphrase": "", "Confirmation": "", - "Connect using:": "", "Connected at": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", "Container Read": "", "Container Write": "", "Continue with the upgrade": "", - "Contract Type": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Cooling": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Create": "", @@ -391,27 +312,20 @@ "Current Configuration": "", "Current Default Gateway": "", "Current Sensor": "", - "Current Train:": "", "Custom ACME Server Directory URI": "", - "Custom Name": "", "Custom schedule": "", - "Customer Name": "", - "DNS Timeout": "", "DS Groups": "", "DS Groups Name": "", "Dashboard (old)": "", "Dashboard settings saved": "", "Data Devices": "", "Data Topology": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Delete": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -419,12 +333,7 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "De-duplication tables are stored on this special VDEV type. These VDEVs must be sized to X GiB for each X TiB of general storage.": "", "Debugs may contain log files with personal information such as usernames or other identifying information about your system.": "", @@ -458,14 +367,7 @@ "Delete Target/Extent {name}": "", "Delete Task": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", - "Delete raw file": "", - "Delete selections": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Descriptor": "", "Desired – encrypt transport if supported by client during session negotiation": "", @@ -475,56 +377,35 @@ "Device removed": "", "Device updated": "", "Device/File": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Services Groups": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", - "Disabled in Disk Settings": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk I/O": "", "Disk IO": "", - "Disk Sector Size": "", "Disk Tests": "", "Disks on {enclosure}": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", - "Dispersal Strategy": "", - "Display Login": "", "Distributed Hot Spares": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Docker Hub Rate Limit Warning": "", "Docker Image": "", "Docker Registry Authentication": "", "Docs": "", - "Domain Account Password": "", "Domain Name System": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", - "Drive Details {disk}": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Drop session": "", "Dropbox": "", "Dry run completed.": "", - "EC2 Instance ID": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", - "Edit Disk(s)": "", "Edit Expansion Shelf": "", "Edit Label": "", "Edit Manual Disk Selection": "", @@ -538,30 +419,19 @@ "Editing interface will result in default gateway being removed, which may result in TrueNAS being inaccessible. You can provide new default gateway now:": "", "Element": "", "Empty drive cage": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable FIPS": "", - "Enable FXP": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", - "Enable TLS": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable this SMB share. Unset to disable this SMB share without deleting it.": "", "Enable this TrueCloud Backup Task. Unset to disable this TrueCloud Backup Task without deleting it.": "", "Enable to use thin provisioning where disk space for this volume is allocated ‘on demand’ as new writes are received. Use caution when enabling this feature, as writes can fail when the pool is low on space.": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", - "Encryption Mode": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "End session": "", "Enforce the use of FIPS 140-2 compliant algorithms": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", @@ -574,70 +444,47 @@ "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", "Enter zvol name to continue.": "", - "Error ({code})": "", "Error In Apps Service": "", "Error counting eligible snapshots.": "", "Error occurred": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Est. Usable Raw Capacity": "", "Eula": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Excluded Paths": "", - "Exec": "", "Exit": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Exporter": "", "Exporters": "", "Extending VDEV": "", "Extends the validity of OTP by that many windows of intervals before and after the current interval": "", - "Extra Constraints": "", "FIPS Settings": "", "FTP": "", "Failed Authentication: {credentials}": "", "Failed Disks:": "", "Failed Jobs": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "File ID": "", - "File Mask": "", - "File Permissions": "", "File size is limited to {n} MiB.": "", "Filename": "", "Filesystem": "", "First Page": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", "Force using Signature Version 2 to sign API requests. Set this only if your AWS provider does not support default version 4 signatures.": "", "Forums": "", "Free RAM": "", - "From Email": "", - "From Name": "", - "Front": "", "Full path to the pool, dataset or directory to share. The path must reside within a pool. Mandatory.": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -650,29 +497,23 @@ "Global Two Factor Authentication": "", "Global Two Factor Authentication Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", - "Go to Datasets": "", "Go to Documentation": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Execute": "", "Group Quota Manager": "", "Group Read": "", "Group Write": "", "Group added": "", - "Group members": "", "Group updated": "", "Groupname": "", "Groups": "", "Groups that can log in using password": "", - "Guest Account": "", "HA is Disabled": "", "HA is disabled": "", "HA is reconnecting": "", @@ -682,7 +523,6 @@ "HTTPS Redirect": "", "Has Allow List": "", "Healthy": "", - "Hide Job": "", "Hide Password": "", "Highlighted path is {node}. Press 'Space' to {expand}. Press 'Enter' to {select}.": "", "Home Widgets": "", @@ -690,7 +530,6 @@ "Hostname Database": "", "Hostname: {hostname}": "", "Hubic": "", - "I would like to": "", "IP": "", "IP Address/Subnet": "", "IP addresses and networks that are allowed to use API and UI. If this list is empty, then all IP addresses are allowed to use API and UI.": "", @@ -701,12 +540,9 @@ "IPs": "", "IPv6 Address": "", "ISCSI Associated Target": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If set, the value will be used to override the default DNS domain name for NFSv4. Specifies the \"Domain\" idmapd.conf setting.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image Name": "", "Image Size": "", "Image Tag": "", @@ -719,19 +555,16 @@ "In Progress": "", "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect or expired OTP. Please try again.": "", "Information": "", "Inherit ({value})": "", "Inherit Encryption": "", - "Inherit encryption properties from parent": "", "Init/Shutdown Script": "", "Init/Shutdown Script created": "", "Init/Shutdown Script updated": "", @@ -740,7 +573,6 @@ "Inspect VDEVs": "", "Install Another Instance": "", "Integrate Snapshots with VMware": "", - "Internal": "", "Invalid format. Expected format: =": "", "Invalid pool name": "", "Invalid pool name (please refer to the documentation for valid rules for pool name)": "", @@ -756,7 +588,6 @@ "JBOF Write": "", "Jira": "", "Job": "", - "Job aborted": "", "Jobs History": "", "Jobs in progress": "", "Joining": "", @@ -766,10 +597,8 @@ "Keep Last": "", "Keep the name short and only lowercase. Using a name longer than 63 characters can prevent accessing the block device. Allowed characters: letters, numbers, period (.), dash (-), and colon (:).": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kernel Parameters": "", "Kernel Settings": "", - "Key Usage Config": "", "Key not set": "", "Key set": "", "Keychain Credential Read": "", @@ -777,15 +606,7 @@ "Keypairs": "", "Kubernetes Read": "", "Kubernetes Write": "", - "LACPDU Rate": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LINK STATE DOWN": "", "LINK STATE UNKNOWN": "", "LINK STATE UP": "", @@ -795,102 +616,65 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", - "Layout": "", "Layouts": "", "Leave Feedback": "", "Leaving": "", "Legacy feature.

      Allows the share to host user home directories. Each user is given a personal home directory when connecting to the share which is not accessible by other users. This allows for a personal, dynamic share. Only one share can be used as the home share.": "", "Legacy feature.

      Privileges are the same as the guest account. Guest access is disabled by default in Windows 10 version 1709 and Windows Server version 1903. Additional client-side configuration is required to provide guest access to these clients.

      MacOS clients: Attempting to connect as a user that does not exist in TrueNAS does not automatically connect as the guest account. The Connect As: Guest option must be specifically chosen in MacOS to log in as the guest account. See the Apple documentation for more details.": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", - "Linked Service": "", "List of groups for which to generate audit messages. Keep this list empty to Watch All.": "", "List of groups to ignore when auditing. If conflict arises between Watch List and Ignore List (based on user group membership), then Watch List will take precedence and ops will be audited.": "", "Load an existing provider configuration.": "", "Loading disks...": "", "Local Administrator": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Locks": "", "Log Details": "", - "Log In": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Provider": "", + "Login Banner": "", "Login To Jira To Submit": "", "Logoff": "", "Long time ago": "", - "Low Capacity": "", - "MAC Address": "", + "MOTD": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Container Images": "", "Manage Groups Server-side": "", - "Manage NFS Shares": "", - "Manage S.M.A.R.T. Tasks": "", - "Manage SMB Shares": "", "Manage Snapshots Tasks": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", - "Manual Test": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", - "Masquerade Address": "", - "Maximize Dispersal": "", - "Maximum Passive Port": "", "Mega": "", "Memory Stats": "", "Memory Utilization": "", "Memory usage of app": "", "Message": "", - "Metadata (Special) Small Block Size": "", "Method Call": "", "Microsoft Azure": "", "Middleware - Credentials": "", "Middleware - Method": "", - "Minimum Passive Port": "", "Minor": "", "Minor Version": "", "Minutes of inactivity before the drive enters standby mode. Temperature monitoring is disabled for standby disks.": "", "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Module": "", - "More info...": "", "Move widget down": "", "Move widget up": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", - "Must be part of the pool to check errors.": "", "NEW": "", "NFS Sessions": "", "NFS Share": "", @@ -899,7 +683,6 @@ "NFS3 Session": "", "NFS4 Session": "", "NFSv4 DNS Domain": "", - "NIC To Attach": "", "NS": "", "NTP Server": "", "NVMe-oF Expansion Shelves": "", @@ -909,11 +692,6 @@ "Nameserver": "", "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -987,21 +765,12 @@ "Next Page": "", "No Enclosure Dispersal Strategy": "", "No License": "", - "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", - "No disks available.": "", "No events to display.": "", "No logs available": "", - "No options are passed": "", - "No results found in {section}": "", "No similar apps found.": "", - "No unused disks": "", - "No update found.": "", - "No vdev info for this disk": "", "No warnings": "", - "None requested": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", - "Not Shared": "", "Notifications": "", "Num Pending Deletes": "", "Number of days to retain local audit messages.": "", @@ -1012,9 +781,7 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only disks that are at least {size} are shown.": "", "Only first {number} examples are shown.": "", "Only lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed.": "", @@ -1022,7 +789,6 @@ "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", "Optional. Only needed for private images.": "", @@ -1030,27 +796,15 @@ "Other Read": "", "Other Write": "", "Other node is currently configuring the system dataset.": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", - "Owner Group": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Passphrase value must match Confirm Passphrase": "", "Password Login Groups": "", "Password login enabled": "", - "Pattern": "", - "Pause Scrub": "", "Pending": "", - "Pending Sync": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Periodic S.M.A.R.T. Tests": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", @@ -1063,25 +817,16 @@ "Pool does not exist": "", "Pool imported successfully.": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pools:": "", "Post Script": "", "Power Menu": "", "Power Supply": "", "Pre Script": "", - "Preset": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Processor": "", - "Product": "", - "Product ID": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Pull Image": "", "Quota": "", @@ -1096,33 +841,22 @@ "RAIDZ2": "", "RAIDZ3": "", "RAM": "", - "Range Size": "", "Rate this page": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", - "Read Only": "", "Readonly Admin": "", - "Rear": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", "Received: {received}/s Sent: {sent}/s": "", "Recent Searches": "", "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Reject": "", "Release Notes": "", - "Remote Host Key": "", "Remote machine": "", - "Remove file?": "", - "Remove preset": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Renew 2FA Secret": "", - "Renew Certificate Days Before Expiry": "", "Replication {name} has started.": "", "Replication Admin": "", "Replication Settings": "", @@ -1141,7 +875,6 @@ "Reporting Exporters": "", "Reporting Read": "", "Reporting Write": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reservation": "", "Reservation (in GiB)": "", @@ -1153,7 +886,6 @@ "Resetting interfaces while HA is enabled is not allowed.": "", "Resilver configuration saved": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Standby": "", @@ -1163,14 +895,11 @@ "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", - "Resume Scrub": "", "Retention (in days)": "", "Retry": "", "Root TCP Socket": "", @@ -1185,20 +914,15 @@ "Run «{name}» Cloud Sync now?": "", "Run «{name}» Rsync now?": "", "S.M.A.R.T.": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "SAS Connector": "", "SAS Expander": "", "SED": "", "SED User": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SID": "", "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -1210,7 +934,6 @@ "SMB User": "", "SMB preset sets most optimal settings for SMB sharing.": "", "SMTP": "", - "SMTP Authentication": "", "SNMP": "", "SSH": "", "SSH Connection saved": "", @@ -1219,42 +942,28 @@ "SSH Key Pair": "", "SSH Keypair created": "", "SSH Keypair updated": "", - "SSH Keyscan": "", "SSH password login enabled": "", "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "Samba": "", - "Save Access Control List": "", "Save And Go To Review": "", "Save Config": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving settings": "", "Scan remote host key.": "", "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", - "Schema": "", - "Schema Mode": "", "Script deleted.": "", - "Scroll to top": "", "Scrub In Progress:": "", "Scrub Paused": "", "Scrub Task": "", - "Scrub interval (in days)": "", "Search Alert Categories": "", "Search UI": "", "Seconds From Last Renew": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", - "Select Existing Zvol": "", "Select Image Tag": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a schedule preset or choose Custom to setup custom schedule.": "", "Select a screen resolution to use for SPICE sessions.": "", @@ -1263,10 +972,8 @@ "Select action": "", "Select an IP address to use for SPICE sessions.": "", "Select an IP address to use for remote SPICE sessions. Note: this setting only applies if you are using a SPICE client other than the TrueNAS WebUI.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select paths to exclude": "", "Select the bucket to store the backup data.": "", "Select the directories or files to be sent to the cloud for backup.": "", @@ -1278,8 +985,6 @@ "Send Method": "", "Send Test Email": "", "Sensitive": "", - "Serial Shell": "", - "Server error: {error}": "", "Service Name": "", "Service Read": "", "Service Write": "", @@ -1288,9 +993,7 @@ "Session Token Lifetime": "", "Session dialect": "", "Set Attribute": "", - "Set Frequency": "", "Set Quota": "", - "Set Warning Level": "", "Set email": "", "Set new password": "", "Set the domain name to the username. Unset to prevent name collisions when Allow Trusted Domains is set and multiple domains use the same username.": "", @@ -1298,11 +1001,9 @@ "Settings Menu": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", - "Share Attached": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", "Sharing": "", @@ -1331,20 +1032,15 @@ "Sharing iSCSI Target Read": "", "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", - "Shell Commands": "", "Show All": "", "Show Built-in Groups": "", "Show Events": "", "Show Ipmi Events": "", "Show Logs": "", "Show Password": "", - "Show extra columns": "", "Sign Out": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", "Skip": "", @@ -1355,7 +1051,6 @@ "Smart Test Result": "", "Smart Tests": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Read": "", "Snapshot Task": "", @@ -1373,7 +1068,6 @@ "Source Path": "", "Special Allocation class, used to create Fusion pools. Optional VDEV type which is used to speed up metadata and small block IO.": "", "Specify custom": "", - "Specify number of threads manually": "", "Split": "", "Start Over": "", "Start adding widgets to personalize it. Click on the \"Configure\" button to enter edit mode.": "", @@ -1383,17 +1077,13 @@ "Static route added": "", "Static route deleted": "", "Static route updated": "", - "Stop Flashing": "", "Stop this Cloud Sync?": "", "Stopping Apps Service": "", "Storage Dashboard": "", "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Subdir Filter": "", - "Subfolder": "", "Sudo": "", "Sudo Enabled": "", "Suggest an improvement": "", @@ -1401,18 +1091,13 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch to Advanced Options": "", "Switching to Advanced Options will lose data entered on second step. Do you want to continue?": "", - "Synced": "", "Sysctl \"{name}\" deleted": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "System Audit Read": "", "System Audit Write": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information Active Node": "", "System Information Standby Node": "", @@ -1423,19 +1108,6 @@ "System Stats": "", "System Uptime": "", "System Utilization": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Take screenshot of the current page": "", "Target Stats": "", "Target Utilization": "", @@ -1450,7 +1122,6 @@ "Tasks": "", "Temperature Sensors": "", "Template": "", - "Tenant Domain": "", "Terminal": "", "Terminate Other User Sessions": "", "Test": "", @@ -1461,34 +1132,16 @@ "The domain for local users is the NetBIOS name of the TrueNAS server.": "", "The expanded vdev uses the pre-expanded parity ratio, which reduces the total vdev capacity. To reset the vdev parity ratio and fully use the new capacity, manually rewrite all data in the vdev. This process takes time and is irreversible.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", - "The list is empty.": "", "The number of children must at the minimum accomodate the total number of disks required for the previous configuration options including parity drives.": "", "The system is not licensed for HA.": "", "The {name} service is {status}": "", "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", - "There are no alerts.": "", "There are no tasks.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", - "These unknown processes are using the pool:": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This field remains empty until a token is obtained.\n Choose the category that best describes the bug or feature being reported.": "", "This information is provided by the catalog maintainer.": "", - "This is not a production release, and should only be used for testing.": "", "This node is currently configuring the system dataset.": "", "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

      1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

      2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

      3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

      This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This pool has an encrypted root dataset which is locked. Do you want to unlock it?": "", @@ -1497,13 +1150,10 @@ "Ticket": "", "Ticket was created, but we were unable to upload one or more attachments.": "", "Time Server": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Topology Summary": "", "Total Capacity": "", "Total Disks:": "", @@ -1511,45 +1161,31 @@ "Total failed": "", "Traffic": "", "Translate App": "", - "Transmit Hash Policy": "", - "Transport Encryption Behavior": "", "TrueCloud Backup Tasks": "", "TrueCommand Read": "", "TrueCommand Write": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", - "Trust Guest Filters": "", "Tunable": "", "Turn Off": "", "Two Factor Auth": "", "Two Factor Authentication for SSH": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", "Two-Factor authentication is not enabled on this this system. You can configure your personal settings, but they will have no effect until two-factor authentication is enabled globally by system administrator.": "", "Two-Factor authentication is required on this system, but it's not yet configured for your user. Please configure it now.": "", "UI": "", - "UI Search Result: {result}": "", - "UNIX Charset": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "Uncheck": "", - "Unix NSS Info": "", - "Unix Primary Group": "", "Unix Socket": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock Pool": "", "Unshare {name}": "", - "Unused Disks": "", "Update Dashboard": "", - "Update Interval": "", "Update Members": "", "Update Password": "", "Update Pool": "", @@ -1561,17 +1197,9 @@ "Upload Manual Update File": "", "Uploading and Applying Config": "", "Usage Collection": "", - "Usages": "", "Use Custom ACME Server Directory URI": "", - "Use Default Domain": "", - "Use Preset": "", "Use Snapshot": "", - "Use Syslog Only": "", - "User Bind Path": "", - "User CN": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User List": "", "User Management": "", "User Quota Manager": "", @@ -1591,56 +1219,35 @@ "VDEVs": "", "VDEVs have been created through manual disk selection. To view or edit your selections, press the \"Edit Manual Disk Selection\" button below. To start again with the automated disk selection, hit the \"Reset\" button.": "", "VDEVs not assigned": "", - "VLAN Settings": "", - "VLAN Tag": "", "VM Device Read": "", "VM Device Write": "", "VM Read": "", "VM Serial Shell": "", "VM Write": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshots": "", - "Validate Certificates": "", - "Validate Remote Path": "", "Value must be greater than Range Low": "", "Value must be greater than {label}": "", "Variable deleted.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", - "View All Test Results": "", "View Changelog": "", - "View Less": "", "View Netdata": "", "View Release Notes": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtualization is not supported": "", "Voltage": "", "WARNING: Adding data VDEVs with different numbers of disks is not recommended.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", "Web Shell Access": "", "WebDAV": "", "What and When": "", + "When set, the following text will be shown prior to showing login page to the user": "", "Widget Category": "", "Widget Editor": "", "Widget Subtext": "", @@ -1652,7 +1259,6 @@ "Widget {slot} Settings": "", "Widgets": "", "Widgets ({n, plural, =1 {# item} other {# items}})": "", - "Winbind NSS Info": "", "Windows (SMB) Shares": "", "With this configuration, the existing directory {path} will be used as a home directory without creating a new directory for the user.": "", "Workloads": "", @@ -1668,17 +1274,13 @@ "ZFS Reports": "", "ZFS Stats": "", "ZFS Utilization": "", - "Zvol Location": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", - "expires in {n, plural, one {# day} other {# days} }": "", "iSCSI Extent": "", "iSCSI Initiator": "", "iSCSI Share": "", @@ -1687,14 +1289,11 @@ "last run {date}": "", "never ran": "", "of": "", - "on this enclosure.": "", "pCloud": "", - "pbkdf2iters": "", "readonly": "", "standby": "", "to another TrueNAS": "", "to cloud": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Range In)": "", "{comparator} (Range Not In)": "", @@ -1702,23 +1301,18 @@ "{count} snapshots found.": "", "{cpuPercentage}% Avg. Usage": "", "{days, plural, =1 {# day} other {# days}}": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{hours, plural, =1 {# hour} other {# hours}}": "", "{license} contract, expires {date}": "", "{minutes, plural, =1 {# minute} other {# minutes}}": "", "{n, plural, =0 {No errors} one {# Error} other {# Errors}}": "", "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{tasks, plural, =1 {# receive task} other {# receive tasks}}": "", "{tasks, plural, =1 {# received task} other {# received tasks}} this week": "", @@ -1734,7 +1328,6 @@ "{usage}% (All Threads)": "", "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", - "{version} is available!": "", "{view} on {enclosure}": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "Коли Режим ДБЖ встановлений у відомий. Введіть номер відкритого мережного порту <і>провідної
      ДБЖ. Стандартний порт - 3493.", " bytes.": "байт.", diff --git a/src/assets/i18n/vi.json b/src/assets/i18n/vi.json index 88cb4740210..64d5e7de744 100644 --- a/src/assets/i18n/vi.json +++ b/src/assets/i18n/vi.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -20,8 +19,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "0=Disabled, blank=inherit": "", "1 day": "", "1 hour": "", @@ -97,17 +96,13 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Type": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -120,8 +115,6 @@ "AVAILABLE": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "About": "", "Accept": "", "Access": "", @@ -146,7 +139,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate": "", @@ -163,9 +155,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -208,7 +198,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -219,7 +208,6 @@ "Add Local User": "", "Add NFS Share": "", "Add NTP Server": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -231,7 +219,6 @@ "Add S.M.A.R.T. Test": "", "Add SMB": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -265,7 +252,6 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", @@ -273,7 +259,6 @@ "Additional smartctl(8) options.": "", "Additional Domains": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -285,14 +270,11 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Server": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Adv. Power Management": "", "Advanced": "", @@ -316,40 +298,29 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Disks": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow": "", "Allow All": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Blocks Larger than 128KB": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", "Allow Guest Access": "", "Allow Kerberos Authentication": "", - "Allow Local User Login": "", "Allow Password Authentication": "", "Allow Root Login": "", "Allow Specific": "", "Allow TCP Port Forwarding": "", "Allow Taking Empty Snapshots": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -372,7 +343,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -384,13 +354,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Always On": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", @@ -401,9 +368,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -430,13 +394,7 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", "Apply Pending Updates": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply Update": "", "Apply User": "", "Apply permissions recursively": "", @@ -491,7 +449,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -504,7 +461,6 @@ "Attach NIC": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -512,7 +468,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -524,13 +479,10 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Hosts and IP addresses": "", @@ -553,7 +505,6 @@ "Auxiliary Parameters (upsd.conf)": "", "Available": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space": "", "Available Space Threshold (%)": "", @@ -562,7 +513,6 @@ "Avg Usage": "", "Back": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -574,26 +524,20 @@ "Backup Credentials": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Bandwidth Limit": "", "Base DN": "", "Base Name": "", "Base64 encoded key for the Azure account.": "", "Basic": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Info": "", "Basic Mode": "", "Basic Options": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Begin": "", "Best effort (default)": "", - "Bind": "", "Bind DN": "", "Bind IP Addresses": "", - "Bind Interfaces": "", "Bind Password": "", "Block (iSCSI) Shares Targets": "", "Block Size": "", @@ -603,7 +547,6 @@ "Boot Environments": "", "Boot Loader Type": "", "Boot Method": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot Pool Status": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", @@ -613,8 +556,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browsable to Network Clients": "", "Browse to a CD-ROM file present on the system storage.": "", @@ -641,14 +582,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -707,11 +645,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -725,7 +661,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -738,7 +673,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check Interval": "", @@ -751,13 +685,10 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking HA status": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choices are None, Auto, CHAP, or Mutual CHAP.": "", "Choose": "", @@ -814,13 +745,11 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear SED Password": "", "Clear Sync Keys": "", "Clear the Idmap Cache": "", "Clear the SED password for this disk.": "", "Clearing Cache...": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -835,7 +764,6 @@ "Close": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -884,10 +812,8 @@ "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", "Compress": "", - "Compress Connections": "", "Compression Level": "", "Compression level": "", - "Computer Account OU": "", "Config Email": "", "Config Service": "", "Config-Reset": "", @@ -938,11 +864,9 @@ "Connect": "", "Connect Timeout": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Connections": "", @@ -963,9 +887,7 @@ "Continue": "", "Continue with download?": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", @@ -973,7 +895,6 @@ "Coolest:": "", "Cooling": "", "Copied to clipboard": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Copy URL": "", @@ -1074,24 +995,20 @@ "Current Password": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -1112,7 +1029,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -1124,10 +1040,8 @@ "Dataset Details": "", "Dataset Information": "", "Dataset Key": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -1137,16 +1051,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Datasets": "", "Datastore": "", @@ -1239,20 +1148,13 @@ "Delete Virtual Machine": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", "Delete saved configurations from TrueNAS?": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deleting...": "", @@ -1312,8 +1214,6 @@ "Direction": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services": "", @@ -1321,22 +1221,18 @@ "Directory Services Monitor": "", "Directory/Files": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", "Disable Failover": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", @@ -1344,14 +1240,12 @@ "Disk": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Size": "", "Disk Tests": "", "Disk Type": "", @@ -1367,19 +1261,14 @@ "Disks to be edited:": "", "Disks w/ZFS Errors": "", "Disks with Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distinguished Name": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1392,7 +1281,6 @@ "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", "Domain": "", "Domain Account Name": "", - "Domain Account Password": "", "Domain Name": "", "Domain Name System": "", "Domain:": "", @@ -1401,7 +1289,6 @@ "Done": "", "Door Lock": "", "Download": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1415,9 +1302,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1429,14 +1314,11 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", "ERROR: Not Enough Memory": "", "EULA": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit": "", "Edit ACL": "", @@ -1456,7 +1338,6 @@ "Edit Dataset": "", "Edit Device": "", "Edit Disk": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1521,14 +1402,12 @@ "Enable ACL support for the SMB share.": "", "Enable Active Directory": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Atime": "", "Enable Container Image Updates": "", "Enable Debug Kernel": "", "Enable Display": "", "Enable FIPS": "", "Enable FSRVP": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1536,7 +1415,6 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable S.M.A.R.T.": "", "Enable SMB1 support": "", "Enable SMB2/3 Durable Handles": "", @@ -1544,7 +1422,6 @@ "Enable Serial Console": "", "Enable Service": "", "Enable Shadow Copies": "", - "Enable TLS": "", "Enable TPC": "", "Enable Time Machine backups on this share.": "", "Enable Two Factor Authentication Globally": "", @@ -1552,7 +1429,6 @@ "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable service": "", @@ -1582,11 +1458,9 @@ "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", "Enclosure": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption": "", @@ -1594,14 +1468,10 @@ "Encryption Key": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options": "", "Encryption Options Saved": "", "Encryption Password": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1731,7 +1601,6 @@ "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", "Error": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error checking for updates.": "", @@ -1753,7 +1622,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Error: ": "", "Errors": "", "Est. Usable Raw Capacity": "", @@ -1767,12 +1635,10 @@ "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", "Exclude": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Execute": "", "Existing Pool": "", "Existing presets": "", @@ -1782,15 +1648,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export Read Only": "", "Export Recycle Bin": "", @@ -1814,7 +1676,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "Extra Users": "", "FAULT": "", "FIPS Settings": "", @@ -1832,30 +1693,23 @@ "Failed to load datasets": "", "Failover": "", "Failover Configuration": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1883,10 +1737,7 @@ "First Page": "", "Fix Credential": "", "Flags": "", - "Flags Advanced": "", - "Flags Basic": "", "Flags Type": "", - "Flash Identify Light": "", "Folder": "", "Follow Symlinks": "", "Follow symlinks and copy the items to which they link.": "", @@ -1915,11 +1766,8 @@ "Fri": "", "Friday": "", "From": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1939,7 +1787,6 @@ "General": "", "General Info": "", "General Options": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1966,15 +1813,12 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", @@ -1982,7 +1826,6 @@ "Google Drive": "", "Google Photos": "", "Group": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1996,7 +1839,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -2004,7 +1846,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "Guest Operating System": "", "Guide": "", "HA Disabled": "", @@ -2037,7 +1878,6 @@ "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide Standard Error": "", "Hide Standard Output": "", @@ -2105,7 +1945,6 @@ "I Agree": "", "I Understand": "", "I understand": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -2148,7 +1987,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -2163,8 +2001,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image ID": "", "Image Name": "", "Image Size": "", @@ -2191,14 +2027,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect Password": "", @@ -2215,7 +2049,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -2253,7 +2086,6 @@ "Interfaces": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -2293,7 +2125,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -2317,7 +2148,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kerberos Settings": "", @@ -2332,7 +2162,6 @@ "Key Length": "", "Key Type": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -2346,17 +2175,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -2374,20 +2195,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -2413,17 +2230,11 @@ "Libdefaults Auxiliary Parameters": "", "License": "", "License Update": "", - "Licensed Serials": "", "Lifetime": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2441,8 +2252,6 @@ "Local Administrator": "", "Local Groups": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local User Upload Bandwidth: ": "", "Local Users": "", "Local heartbeat interface does not exist.": "", @@ -2462,20 +2271,19 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Level": "", "Log Out": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logging Level": "", "Logical Block Size": "", "Login Attempts": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2487,25 +2295,21 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOTD Banner": "", "MOVE": "", "MTU": "", "Mac Address": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", "Manage": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2518,41 +2322,29 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual": "", "Manual Disk Selection": "", "Manual S.M.A.R.T. Test": "", "Manual Selection": "", - "Manual Test": "", "Manual Update": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2560,9 +2352,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2589,7 +2379,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method": "", "Method Call": "", @@ -2606,7 +2395,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2619,7 +2407,6 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Mode": "", "Model": "", "Model:": "", @@ -2633,17 +2420,14 @@ "Month(s)": "", "Months": "", "More Options": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2660,7 +2444,6 @@ "NFSv4": "", "NFSv4 DNS Domain": "", "NIC": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2704,11 +2487,6 @@ "NetBIOS Alias": "", "NetBIOS Name": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network": "", "Network Configuration": "", @@ -2828,14 +2606,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2851,32 +2627,25 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No updates available.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", "None": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2928,13 +2697,11 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2956,7 +2723,6 @@ "OpenStack Swift": "", "Opened at": "", "Operating System": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2990,13 +2756,11 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", "Overview": "", "Owner": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -3007,9 +2771,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase": "", @@ -3044,31 +2805,24 @@ "Path Length": "", "Path Suffix": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", "Periodic Snapshot Tasks": "", "Permission": "", "Permissions": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions Type": "", "Permissions saved.": "", "Phone": "", @@ -3115,7 +2869,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pool/Dataset": "", "Pools": "", @@ -3147,7 +2900,6 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", @@ -3157,9 +2909,6 @@ "Primary Contact": "", "Primary DNS server.": "", "Primary Group": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Private Key": "", "Privilege": "", "Privileges": "", @@ -3168,16 +2917,12 @@ "Proceed": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Production status successfully updated": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -3221,23 +2966,18 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", "Raw File": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Errors": "", "Read Named Attributes": "", - "Read Only": "", "Read-only": "", "Readonly Admin": "", "Realm": "", - "Rear": "", "Reboot": "", "Reboot After Update": "", "Reboot of the other node is required for FIPS changes.": "", @@ -3252,7 +2992,6 @@ "Recommended when Max. Poll is greater than 10. Only use on personal NTP servers or those under direct control. Do not enable when using public NTP servers.": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Recursive": "", "Redfish administrative password.": "", "Redfish administrative username.": "", @@ -3278,7 +3017,6 @@ "Remote Controller": "", "Remote Encryption": "", "Remote Host": "", - "Remote Host Key": "", "Remote Module Name": "", "Remote Monitor": "", "Remote Path": "", @@ -3293,13 +3031,10 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename": "", @@ -3307,7 +3042,6 @@ "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Reorder": "", @@ -3354,7 +3088,6 @@ "Reports": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -3386,7 +3119,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart": "", "Restart App": "", "Restart Now": "", @@ -3404,17 +3136,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -3468,8 +3197,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "S.M.A.R.T. extra options": "", @@ -3485,8 +3212,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -3516,7 +3241,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -3531,7 +3255,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -3549,7 +3272,6 @@ "SSH Keypair created": "", "SSH Keypair updated": "", "SSH Keypairs": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH Username.": "", "SSH connection from the keychain": "", @@ -3560,7 +3282,6 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", @@ -3569,7 +3290,6 @@ "Saturday": "", "Save": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -3584,7 +3304,6 @@ "Save configuration settings from this machine before updating?": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving Debug": "", "Saving KMIP Config": "", "Saving Permissions": "", @@ -3594,14 +3313,11 @@ "Schedule": "", "Schedule Preview": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub Boot Pool": "", "Scrub In Progress:": "", @@ -3610,7 +3326,6 @@ "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3631,16 +3346,13 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3652,13 +3364,10 @@ "Select All": "", "Select Configuration File": "", "Select Disk Type": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3698,10 +3407,8 @@ "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", "Select desired disk type.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3769,7 +3476,6 @@ "Separate values with commas, and without spaces.": "", "Serial": "", "Serial Port": "", - "Serial Shell": "", "Serial Speed": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", @@ -3777,7 +3483,6 @@ "Series": "", "Server": "", "Server Side Encryption": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3801,11 +3506,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3904,12 +3607,10 @@ "Settings saved": "", "Settings saved.": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3942,7 +3643,6 @@ "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", "Shell": "", - "Shell Commands": "", "Short": "", "Short Description": "", "Should only be used for highly accurate NTP servers such as those with time monitoring hardware.": "", @@ -3961,7 +3661,6 @@ "Show Text Console without Password Prompt": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3979,8 +3678,6 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signing Certificate Authority": "", @@ -3988,7 +3685,6 @@ "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size": "", "Size for this zvol": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", @@ -4005,7 +3701,6 @@ "Snapdev": "", "Snapshot": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Lifetime": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", @@ -4046,7 +3741,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -4098,7 +3792,6 @@ "Step Forward": "", "Stop": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop Scrub": "", "Stop TrueCommand Cloud Connection": "", @@ -4126,13 +3819,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject": "", "Subject Alternative Name": "", "Submit": "", @@ -4157,7 +3847,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -4172,7 +3861,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -4180,15 +3868,12 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System": "", "System Audit Read": "", "System Audit Write": "", "System Clock": "", "System Data Pool": "", - "System Dataset": "", "System Dataset Pool": "", "System Image": "", "System Information": "", @@ -4214,19 +3899,6 @@ "TCP Port": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -4262,7 +3934,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -4315,12 +3986,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -4330,7 +3998,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The maximum polling interval, in seconds, as a power of 2. For example, 10 means 2^10, or 1,024 seconds. The default is 10, maximum value is 17.": "", "The message to show when a user logs in with SSH.": "", @@ -4375,7 +4042,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -4390,14 +4056,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -4418,14 +4078,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -4434,7 +4088,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -4475,8 +4128,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -4488,7 +4139,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -4509,10 +4159,8 @@ "Transfer Mode": "", "Transfers": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", "Transport": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -4525,13 +4173,11 @@ "TrueCommand Write": "", "TrueNAS Controller": "", "TrueNAS Help": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", @@ -4542,7 +4188,6 @@ "Two Factor Auth": "", "Two Factor Authentication for SSH": "", "Two-Factor Authentication": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -4552,11 +4197,9 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Mode": "", @@ -4564,7 +4207,6 @@ "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -4581,17 +4223,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock": "", "Unlock Child Encrypted Roots": "", @@ -4611,7 +4249,6 @@ "Unshare {name}": "", "Unsupported Hardware": "", "Until": "", - "Unused Disks": "", "Up to date": "", "Update": "", "Update 'Time Machine'": "", @@ -4621,7 +4258,6 @@ "Update File": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -4669,18 +4305,14 @@ "Usage": "", "Usage Collection": "", "Usage collection": "", - "Usages": "", "Use --fast-list": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use all disk space": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", @@ -4699,14 +4331,10 @@ "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", "User": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", "User Guide": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -4753,8 +4381,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -4765,15 +4391,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value": "", "Value must be a number": "", "Value must be a valid email address": "", @@ -4785,9 +4408,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Credential": "", "Verify Email Address": "", @@ -4799,21 +4419,15 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", "Virtual CPUs": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual Machines": "", "Virtual machine created": "", @@ -4830,23 +4444,15 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface HTTP -> HTTPS Redirect": "", "Web Interface HTTP Port": "", @@ -4882,6 +4488,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4904,7 +4511,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4966,21 +4572,17 @@ "Zoom Out": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -5003,12 +4605,10 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "overview": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -5026,7 +4626,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -5049,7 +4648,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -5063,24 +4661,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -5102,7 +4696,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.": "S3 API endpoint URL. When using AWS, the endpoint field can be empty to use the default endpoint for the region, and available buckets are automatically fetched. Refer to the AWS Documentation for a list of Simple Storage Service Website Endpoints.", "(rclone documentation).": "(rclone documentation).", diff --git a/src/assets/i18n/zh-hans.json b/src/assets/i18n/zh-hans.json index 75f3a584a60..feb20850d9c 100644 --- a/src/assets/i18n/zh-hans.json +++ b/src/assets/i18n/zh-hans.json @@ -1,9 +1,8 @@ { "": "", - " Est. Usable Raw Capacity": "", " as of {dateTime}": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1m Average": "", "2FA": "", "2FA Settings": "", @@ -11,19 +10,10 @@ "Yes: Disables the Password fields. The account cannot use password-based logins for services. For example, disabling the password prevents using account credentials to log in to an SMB share or open an SSH session on the system. The Lock User and Permit Sudo options are also removed.

      No: Requires adding a Password to the account. The account can use the saved Password to authenticate with password-based services.": "", "A single bandwidth limit or bandwidth limit schedule in rclone format. Separate entries by pressing Enter. Example: 08:00,512 12:00,10MB 13:00,512 18:00,30MB 23:00,off. Units can be specified with a suffix of b (default), k, M, or G. See rclone --bwlimit.": "", "ACL": "", - "ACL Editor": "", - "ACL Mode": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", - "ACME Server Directory URI": "", - "AD Timeout": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", - "Ace has errors.": "", - "Active Directory is disabled.": "", - "Active IP Addresses": "", "Add ACME DNS-Authenticator": "", "Add Alert": "", "Add Backup Credential": "", @@ -36,17 +26,14 @@ "Add Exporter": "", "Add Filesystem": "", "Add Image": "", - "Add Item": "", "Add Kernel Parameters": "", "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Pool": "", "Add Privilege": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Share": "", @@ -59,83 +46,34 @@ "Add Volume": "", "Add Widget": "", "Add iSCSI": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add {item}": "", - "Additional Hardware": "", "Adjust Resilver Priority": "", "Adjust Scrub Priority": "", - "Admin Password": "", - "Admin Username": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Alert List Write": "", - "Aliases": "", - "All disks healthy.": "", - "All users": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow non-unique serialed disks (not recommended)": "", "Allowed Address": "", "Allowed IP Addressed": "", "Allowed IP Addresses Settings": "", - "Allowed Initiators": "", - "Also Include Naming Schema": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", - "Always Chroot": "", "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Api Key": "", "App": "", "App is restarted": "", "App is restarting": "", "Application name must have the following: 1) Lowercase alphanumeric characters can be specified 2) Name must start with an alphabetic character and can end with alphanumeric character 3) Hyphen '-' is allowed but not as the first or last character e.g abc123, abc, abcd-1232": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Arbitrary Text": "", - "Asymmetric Logical Unit Access (ALUA)": "", - "Attach images (optional)": "", "Attaching Disk to Boot Pool": "", "Audit Entry": "", - "Audit Logging": "", "Audit Settings": "", - "Authentication Protocol": "", - "Authentication Type": "", - "Authority Key Config": "", - "Available Memory": "", - "Back to Support": "", "Backup Config": "", "Backup Credential": "", - "Bandwidth": "", - "Basic Constraints Config": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", - "Bind": "", - "Bind Interfaces": "", "Boot Environment": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", - "Bridge Members": "", - "Bridge Settings": "", "Browse to an existing file. Create a new file by browsing to a dataset and appending /(filename.ext) to the path.": "", "Browser time: {time}": "", "Bug": "", - "By snapshot creation time": "", - "CD-ROM Path": "", "CLI": "", - "CN Realm": "", "CPU Recent Usage": "", "CPU Stats": "", "CPU Temperature per Core Bar Graph": "", @@ -145,24 +83,14 @@ "CSR": "", "CSR deleted": "", "Caution: Allocating too much memory can slow the system or prevent VMs from running.": "", - "Certificate Options": "", - "Certificate Subject": "", - "Change log": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check for Software Updates": "", "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", - "Child Shares": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", - "Clear": "", - "Click Add to add first VDEV.": "", "Click to give {index} star rating.": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close scheduler": "", "Close {formType} Form": "", @@ -178,8 +106,6 @@ "Command Line Interface": "", "Command: {command}": "", "Completed Jobs": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Configure Access": "", "Configure Alerts": "", @@ -199,14 +125,9 @@ "Configure Syslog": "", "Configure dashboard to edit the widget.": "", "Configure iSCSI": "", - "Connect using:": "", - "Connecting to TrueNAS": "", "Console Menu": "", "Console Settings": "", - "Contract Type": "", - "Controller Type": "", "Cooling": "", - "Copies": "", "Create ACME DNS-Authenticator": "", "Create Alert": "", "Create Backup Credential": "", @@ -256,89 +177,49 @@ "Cron Job": "", "Cronjob": "", "Current Sensor": "", - "Current Train:": "", "Custom ({customTransfers})": "", - "Custom Name": "", "Custom Transfers": "", "Custom schedule": "", - "Customer Name": "", - "DNS Timeout": "", "DS Groups": "", "DS Groups Name": "", "Dashboard (old)": "", "Data Topology": "", - "Data Written": "", "Dataset Capacity Management": "", "Dataset Data Protection": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Roles": "", "Dataset ZFS Encryption": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", - "Dataset {name} was created.": "", "Default – follow upstream / TrueNAS default": "", "Defect": "", "Delay VM Boot Until SPICE Connects": "", "Delete Alert Service \"{name}\"?": "", "Delete Cloud Backup \"{name}\"?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete group": "", - "Delete raw file": "", - "Delete selections": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Descriptor": "", "Desired – encrypt transport if supported by client during session negotiation": "", "Destroy the ZFS filesystem for pool data. This is a permanent operation. You will be unable to re-mount data from the exported pool.": "", "Device removed": "", - "Directory Mask": "", - "Directory Permissions": "", "Disable": "", - "Disable AD User / Group Cache": "", - "Disable LDAP User/Group Cache": "", - "Disabled in Disk Settings": "", - "Discover Remote Host Key": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk I/O": "", "Disk IO": "", - "Disk Sector Size": "", "Disk Tests": "", "Disks on {enclosure}": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", - "Dispersal Strategy": "", - "Display Login": "", "Distributed Hot Spares": "", - "Do any of them look similar?": "", "Docker Hub Rate Limit Warning": "", "Docker Image": "", "Docs": "", - "Domain Account Password": "", "Domain Name System": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", - "Drag & drop disks to add or remove them": "", - "Drive Details {disk}": "", "Drop session": "", "Dry run completed.": "", - "EC2 Instance ID": "", - "EXPIRED": "", - "EXPIRES TODAY": "", - "Edit Disk(s)": "", "Edit Expansion Shelf": "", "Edit Label": "", "Edit Trim": "", @@ -347,24 +228,13 @@ "Edit widget to choose network interface.": "", "Element": "", "Empty drive cage": "", - "Enable Apple SMB2/3 Protocol Extensions": "", - "Enable FXP": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", - "Enable TLS": "", - "Enable passwordless sudo for zfs commands": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable this TrueCloud Backup Task. Unset to disable this TrueCloud Backup Task without deleting it.": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", - "Encryption Mode": "", - "Encryption Protocol": "", - "Encryption Root": "", - "Encryption Standard": "", "End session": "", "Enter a SPICE password to automatically pass to the SPICE session.": "", "Enter a list of chat IDs separated by space, comma or semicolon. To find your chat ID send a message to the bot, group or channel and visit https://api.telegram.org/bot(BOT_TOKEN)/getUpdates.": "", @@ -373,51 +243,28 @@ "Enter a shell glob pattern to match files and directories to exclude from the backup.": "", "Enter the name of the new bucket. Only lowercase letters, numbers, and hyphens are allowed.": "", "Enter the number of last kept backups.": "", - "Error ({code})": "", - "Error:": "", "Eula": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Excluded Paths": "", - "Exec": "", "Exit": "", - "Expected Finished Time:": "", - "Expiration Date": "", - "Export All Keys": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Exporter": "", "Extending VDEV": "", "Extends the validity of OTP by that many windows of intervals before and after the current interval": "", - "Extra Constraints": "", "FIPS Settings": "", "Failed Disks:": "", "Failed Jobs": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Feature Request": "", - "Features": "", - "Feedback Type": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", - "File Mask": "", - "File Permissions": "", "First Page": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Force using Signature Version 2 to sign API requests. Set this only if your AWS provider does not support default version 4 signatures.": "", "Forums": "", "Free RAM": "", - "From Email": "", - "From Name": "", - "Front": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -425,38 +272,27 @@ "Global 2FA Enable": "", "Global Configuration Settings": "", "Gmail": "", - "Gmail credentials have been applied.": "", - "Go To Encryption Root": "", "Go back": "", - "Go to Datasets": "", "Go to Documentation": "", - "Group Bind Path": "", "Group Quota Manager": "", - "Group members": "", - "Guest Account": "", "HA is Disabled": "", "HTTP Port": "", "HTTPS Port": "", "HTTPS Redirect": "", "Healthy": "", - "Hide Job": "", "Hide Password": "", "Highlighted path is {node}. Press 'Space' to {expand}. Press 'Enter' to {select}.": "", "Home Widgets": "", "Host Mounts": "", "Hostname Database": "", - "I would like to": "", "INTERNAL": "", "IP of 1st Redfish management interface.": "", "IPs": "", "IPv6 Address": "", "ISCSI Associated Target": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", "If set, the value will be used to override the default DNS domain name for NFSv4. Specifies the \"Domain\" idmapd.conf setting.": "", - "Ignore Builtin": "", - "Ignore List": "", "Implementation Domain": "", "Implementation Name": "", "Import Config": "", @@ -464,18 +300,14 @@ "Import File": "", "Improvement": "", "In Progress": "", - "Include Dataset Properties": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", - "Inherit encryption properties from parent": "", "Init/Shutdown Script": "", "Integrate Snapshots with VMware": "", - "Internal": "", "Invalid pool name (please refer to the documentation for valid rules for pool name)": "", "Ipmi": "", "Isolated GPU Devices Settings": "", @@ -483,98 +315,49 @@ "JBOF": "", "Jira": "", "Job": "", - "Job aborted": "", "Jobs History": "", "Jobs in progress": "", "Joining": "", "Keep Last": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kernel Parameters": "", "Kernel Settings": "", - "Key Usage Config": "", "Key not set": "", "Key set": "", "Keypairs": "", - "LACPDU Rate": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LINK STATE DOWN": "", "LINK STATE UNKNOWN": "", "LINK STATE UP": "", "Lan": "", "Last Page": "", "Last Resilver": "", - "Last Scan": "", "Last Scrub Date": "", - "Last Scrub Run": "", - "Last {result} Test": "", - "Layout": "", "Layouts": "", "Leaving": "", "Legacy feature.

      Privileges are the same as the guest account. Guest access is disabled by default in Windows 10 version 1709 and Windows Server version 1903. Additional client-side configuration is required to provide guest access to these clients.

      MacOS clients: Attempting to connect as a user that does not exist in TrueNAS does not automatically connect as the guest account. The Connect As: Guest option must be specifically chosen in MacOS to log in as the guest account. See the Apple documentation for more details.": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", - "Linked Service": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", - "Log In": "", - "Log in to Gmail to set up Oauth credentials.": "", + "Login Banner": "", "Logoff": "", - "Low Capacity": "", - "MAC Address": "", + "MOTD": "", "Machine": "", - "Mail Server Port": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Groups Server-side": "", - "Manage NFS Shares": "", - "Manage S.M.A.R.T. Tasks": "", - "Manage SMB Shares": "", "Manage Snapshots Tasks": "", - "Manage VM Settings": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", - "Manual Test": "", "Manual Upgrade": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", - "Masquerade Address": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Memory Stats": "", "Memory Utilization": "", - "Metadata (Special) Small Block Size": "", - "Minimum Passive Port": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", - "More info...": "", "Move widget down": "", "Move widget up": "", - "Multichannel": "", "Multiple Errors": "", - "Must be part of the pool to check errors.": "", "NFS Share": "", "NFS3 Session": "", "NFS4 Session": "", - "NIC To Attach": "", "NS": "", "NTP Server": "", "NVMe-oF Expansion Shelves": "", @@ -582,11 +365,6 @@ "Name must start and end with a lowercase alphanumeric character. Hyphen is allowed in the middle e.g abc123, abc, abcd-1232": "", "Nameserver": "", "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network I/O": "", @@ -652,104 +430,58 @@ "Next Page": "", "No Enclosure Dispersal Strategy": "", "No License": "", - "No VDEVs added.": "", "No available licensed Expansion Shelves ": "", - "No disks available.": "", "No enclosure": "", "No logs available": "", - "No options are passed": "", - "No results found in {section}": "", - "No unused disks": "", - "No update found.": "", - "No vdev info for this disk": "", - "None requested": "", - "Not Shared": "", "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", - "One-Time Password (if necessary)": "", - "Only Replicate Snapshots Matching Schedule": "", "Only disks that are at least {size} are shown.": "", "Only first {number} examples are shown.": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", "Other Execute": "", "Other node is currently configuring the system dataset.": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", - "Owner Group": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", - "Pattern": "", - "Pause Scrub": "", - "Pending Sync": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Please describe:\n1. Steps to reproduce\n2. Expected Result\n3. Actual Result\n\nPlease use English for your report.": "", "Pool Wizard": "", "Pool does not exist": "", "Pool imported successfully.": "", - "Pool {name} is {status}.": "", "Pools:": "", "Post Script": "", "Power Menu": "", "Power Supply": "", "Pre Script": "", - "Preset": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Processor": "", - "Product": "", - "Product ID": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", - "Range Size": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", - "Read Only": "", - "Rear": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", "Received: {received}/s Sent: {sent}/s": "", "Recent Searches": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Reject": "", "Release Notes": "", - "Remote Host Key": "", - "Remove file?": "", - "Remove preset": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", - "Renew Certificate Days Before Expiry": "", "Replication Settings": "", "Replication Task": "", "Replication Task Manager": "", "Report Bug": "", "Reporting Exporter": "", - "Require IDENT Authentication": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", "Reset Default Config": "", "Reset Defaults": "", "Reset password": "", "Resilver configuration saved": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Standby": "", @@ -759,14 +491,11 @@ "Restarting Standby": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", - "Resume Scrub": "", "Retry": "", "Review": "", "Root TCP Socket": "", @@ -775,18 +504,13 @@ "Rsync Task Manager": "", "Run As Context": "", "Run «{name}» Cloud Backup now?": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "SAS Connector": "", "SAS Expander": "", "SED User": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SID": "", "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -796,33 +520,18 @@ "SMB Shares": "", "SMB User": "", "SMTP": "", - "SMTP Authentication": "", "SSH Key": "", "SSH Key Pair": "", - "SSH Keyscan": "", "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "Samba": "", - "Save Access Control List": "", "Save Config": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving settings": "", - "Schema": "", - "Schema Mode": "", - "Scroll to top": "", "Scrub Task": "", - "Scrub interval (in days)": "", "Search Documentation for «{value}»": "", "Search UI": "", - "Secret Authentication Key": "", - "Secret Encryption Key": "", - "Security": "", - "Select Existing Zvol": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a layout": "", "Select a schedule preset or choose Custom to setup custom schedule.": "", "Select a screen resolution to use for SPICE sessions.": "", @@ -830,10 +539,8 @@ "Select a template": "", "Select an IP address to use for SPICE sessions.": "", "Select an IP address to use for remote SPICE sessions. Note: this setting only applies if you are using a SPICE client other than the TrueNAS WebUI.": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select paths to exclude": "", "Select the bucket to store the backup data.": "", "Select the directories or files to be sent to the cloud for backup.": "", @@ -842,39 +549,27 @@ "Self-Encrypting Drive Settings": "", "Send Method": "", "Send Test Email": "", - "Serial Shell": "", - "Server error: {error}": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Name": "", "Session Token Lifetime": "", "Session dialect": "", - "Set Frequency": "", - "Set Warning Level": "", "Set email": "", "Set new password": "", "Set to enable connecting to the SPICE web interface.": "", "Settings Menu": "", "Setup Cron Job": "", - "Setup Method": "", - "Share Attached": "", "Sharing": "", - "Shell Commands": "", "Show All": "", "Show Ipmi Events": "", "Show Logs": "", "Show Password": "", - "Show extra columns": "", "Sign Out": "", - "Signed By": "", - "Signed Certificates": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Slot {n}": "", "Smart": "", "Smart Task": "", "Smart Test Result": "", "Smart Tests": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Task": "", "Snapshot Task Manager": "", @@ -883,26 +578,16 @@ "Some of the disks are attached to the exported pools\n mentioned in this list. Checking a pool name means you want to\n allow reallocation of the disks attached to that pool.": "", "Source Path": "", "Specify custom": "", - "Specify number of threads manually": "", "Split": "", "Standby: TrueNAS Controller {id}": "", "Start adding widgets to personalize it. Click on the \"Configure\" button to enter edit mode.": "", "Static Route": "", "Static Routing": "", - "Stop Flashing": "", "Storj iX": "", - "Stream Compression": "", - "Strip ACL": "", - "Subfolder": "", "Subject Alternative Name": "", "Sudo": "", - "Switch To Wizard": "", - "Synced": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information Active Node": "", "System Information Standby Node": "", @@ -911,19 +596,6 @@ "System Stats": "", "System Uptime": "", "System Utilization": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Target Stats": "", "Target Utilization": "", "Task": "", @@ -932,75 +604,39 @@ "Tasks": "", "Temperature Sensors": "", "Template": "", - "Tenant Domain": "", "Terminal": "", "Terminate Other User Sessions": "", "Test": "", "The expanded vdev uses the pre-expanded parity ratio, which reduces the total vdev capacity. To reset the vdev parity ratio and fully use the new capacity, manually rewrite all data in the vdev. This process takes time and is irreversible.": "", - "The following issues were already reported.": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The length of the field should be at least {minLength}": "", "The length of the field should be no more than {maxLength}": "", - "The list is empty.": "", "The number of children must at the minimum accomodate the total number of disks required for the previous configuration options including parity drives.": "", "The system is not licensed for HA.": "", - "There are no alerts.": "", "There are no tasks.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", - "These unknown processes are using the pool:": "", "This action will set all dataset quotas for the removed or invalid groups to 0, virtually removing any dataset quota entires for such groups. Are you sure you want to proceed?": "", "This action will set all dataset quotas for the removed or invalid users to 0, virtually removing any dataset quota entires for such users. Are you sure you want to proceed?": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", - "This is not a production release, and should only be used for testing.": "", "This node is currently configuring the system dataset.": "", "This option ensures data consistency by creating a snapshot at the start of the backup or synchronization task. The process involves the following steps:

      1. Snapshot Creation: A snapshot of the current state is taken at the moment the task is initiated.

      2. Backup/Sync Operation: The task utilizes the snapshot contents to perform the backup or synchronization, ensuring that the data remains consistent and unchanged during the operation.

      3. Snapshot Removal: Once the task is completed, the snapshot is automatically removed to save storage space.

      This mechanism guarantees that the backup or synchronization task captures an exact state of your data at the start, even if changes occur during the process.": "", "This view is not available for this enclosure.": "", "Ticket": "", "Time Server": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Total Disks:": "", "Traffic": "", "Translate App": "", - "Transmit Hash Policy": "", - "Transport Encryption Behavior": "", "TrueCloud Backup Tasks": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", - "Trust Guest Filters": "", "Tunable": "", "Turn Off": "", - "Two-Factor Authentication Code": "", "UI": "", - "UI Search Result: {result}": "", - "UNIX Charset": "", "UPS Stats": "", "UPS Utilization": "", - "URL": "", "Uncheck": "", - "Unix NSS Info": "", - "Unix Primary Group": "", - "Unknown PID": "", - "Unknown error code": "", - "Unused Disks": "", "Update Dashboard": "", - "Update Interval": "", "Update Password": "", "Update Release Notes": "", "Update Software": "", @@ -1009,55 +645,26 @@ "Upload Configuration": "", "Upload Manual Update File": "", "Usage Collection": "", - "Usages": "", - "Use Default Domain": "", - "Use Preset": "", "Use Snapshot": "", - "Use Syslog Only": "", - "User Bind Path": "", - "User CN": "", - "User Domain": "", - "User ID": "", "User List": "", "User Management": "", "User Quota Manager": "", "User limit to Docker Hub has almost been reached or has already been reached. The installation process may stall as images cannot be pulled. The current limit will be renewed in {seconds}. The application can still be staged for installation.": "", "User password": "", - "VLAN Settings": "", - "VLAN Tag": "", - "VMWare Sync": "", "VMware Snapshot": "", - "Validate Certificates": "", - "Validate Remote Path": "", "Value must be greater than Range Low": "", "Value must be greater than {label}": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", - "View All Test Results": "", "View Changelog": "", - "View Less": "", "View Netdata": "", "View Release Notes": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Voltage": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", - "Waiting for Active TrueNAS controller to come up...": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", + "When set, the following text will be shown prior to showing login page to the user": "", "Widget Category": "", "Widget Editor": "", "Widget Subtext": "", @@ -1069,27 +676,19 @@ "Widget {slot} Settings": "", "Widgets": "", "Widgets ({n, plural, =1 {# item} other {# items}})": "", - "Winbind NSS Info": "", "You can search both for local groups as well as groups from Active Directory. Press ENTER to separate entries.": "", "Your dashboard is currently empty!": "", "ZFS Reports": "", "ZFS Stats": "", "ZFS Utilization": "", - "Zvol Location": "", - "by ancestor": "", - "details": "", "disk stats": "", "disk writes": "", - "expires in {n, plural, one {# day} other {# days} }": "", "iSCSI Extent": "", "iSCSI Initiator": "", "iSCSI Share": "", "iSCSI Target": "", "of": "", - "on this enclosure.": "", - "pbkdf2iters": "", "standby": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -1108,7 +707,6 @@ "{comparator} (Starts With)": "", "{coreCount, plural, one {# core} other {# cores} }": "", "{days, plural, =1 {# day} other {# days}}": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{hours, plural, =1 {# hour} other {# hours}}": "", "{license} contract, expires {date}": "", @@ -1117,18 +715,14 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{size} {type} at {location}": "", "{tasks, plural, =1 {# receive task} other {# receive tasks}}": "", @@ -1146,7 +740,6 @@ "{usage}% (All Threads)": "", "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", - "{version} is available!": "", "{view} on {enclosure}": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "\n您的会话似乎已超过 {lifetime} 秒处于非活动状态。
      \n 出于安全原因,我们将在 {time} 后注销您的会话。\n", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "当 UPS 模式 设置为 附属 时。输入 UPS 系统的开放端口号。默认端口为 3493。", diff --git a/src/assets/i18n/zh-hant.json b/src/assets/i18n/zh-hant.json index 60ee1a432a3..900c19ef19c 100644 --- a/src/assets/i18n/zh-hant.json +++ b/src/assets/i18n/zh-hant.json @@ -1,7 +1,6 @@ { "": "", "\n It looks like your session has been inactive for more than {lifetime} seconds.
      \n For security reasons we will log you out at {time}.\n ": "", - " Est. Usable Raw Capacity": "", " When the UPS Mode is set to slave. Enter the open network port number of the UPS Master system. The default port is 3493.": "", " as of {dateTime}": "", " bytes.": "", @@ -15,8 +14,8 @@ "(TrueNAS Controller 1)": "", "(TrueNAS Controller 2)": "", "+ Add a backup credential": "", + ", ": "", "...": "", - "... Make sure the TrueNAS system is powered on and connected to the network.": "", "1 day": "", "1 hour": "", "1 month": "", @@ -86,16 +85,12 @@ "A unique name to identify this keypair. Automatically generated keypairs are named after the object that generated the keypair with \" Key\" appended to the name.": "", "A username on the FTP Host system. This user must already exist on the FTP Host.": "", "ACL": "", - "ACL Editor": "", "ACL Entries": "", - "ACL Mode": "", "ACL Types & ACL Modes": "", "ACME Certificate Created": "", "ACME DNS Authenticator": "", "ACME DNS-Authenticator": "", "ACME DNS-Authenticators": "", - "ACME Server Directory URI": "", - "AD Timeout": "", "ALERT": "", "ALL Initiators Allowed": "", "API Docs": "", @@ -104,8 +99,6 @@ "ATA Security User": "", "AWS Region": "", "Abort": "", - "Abort Job": "", - "Aborting...": "", "Accept": "", "Access": "", "Access Based Share Enumeration": "", @@ -124,7 +117,6 @@ "Account Write": "", "Account to be used for guest access. Default is nobody. The chosen account is required to have permissions to the shared pool or dataset. To adjust permissions, edit the dataset Access Control List (ACL), add a new entry for the chosen guest account, and configure the permissions in that entry. If the selected Guest Account is deleted the field resets to nobody.": "", "Account: {account}": "", - "Ace has errors.": "", "Action Not Possible": "", "Actions": "", "Activate KMIP configuration and begin syncing keys with the KMIP server.": "", @@ -140,9 +132,7 @@ "Active Directory": "", "Active Directory - Primary Domain": "", "Active Directory and LDAP are disabled.": "", - "Active Directory is disabled.": "", "Active Directory must be enabled before adding new domains.": "", - "Active IP Addresses": "", "Active Sessions": "", "Active {controller}.": "", "Active: TrueNAS Controller {id}": "", @@ -178,7 +168,6 @@ "Add Init/Shutdown Script": "", "Add Initiator": "", "Add Interface": "", - "Add Item": "", "Add Kerberos Keytab": "", "Add Kerberos Realm": "", "Add Kerberos SPN Entry": "", @@ -186,7 +175,6 @@ "Add Key": "", "Add Local Group": "", "Add Local User": "", - "Add New": "", "Add Periodic S.M.A.R.T. Test": "", "Add Periodic Snapshot Task": "", "Add Pool": "", @@ -197,7 +185,6 @@ "Add Rsync Task": "", "Add S.M.A.R.T. Test": "", "Add SMB Share": "", - "Add SPN": "", "Add SSH Connection": "", "Add SSH Keypair": "", "Add Scrub Task": "", @@ -224,13 +211,11 @@ "Add iSCSI": "", "Add listen": "", "Add new": "", - "Add the required no. of disks to get a vdev size estimate": "", "Add this user to additional groups.": "", "Add {item}": "", "Added disks are erased, then the pool is extended onto the new disks with the chosen topology. Existing data on the pool is kept intact.": "", "Adding data VDEVs of different types is not supported.": "", "Additional Domains:": "", - "Additional Hardware": "", "Additional Kerberos application settings. See the \"appdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional Kerberos library settings. See the \"libdefaults\" section of [krb.conf(5)]. for available settings and usage syntax.": "", "Additional domains to search. Separate entries by pressing Enter. Adding search domains can cause slow DNS lookups.": "", @@ -241,13 +226,10 @@ "Adjust Scrub Priority": "", "Adjust Scrub/Resilver Priority": "", "Adjust how often alert notifications are sent, use the Frequency drop-down. Setting the Frequency to NEVER prevents that alert from being added to alert notifications, but the alert can still show in the web interface if it is triggered.": "", - "Admin Password": "", "Admin Servers": "", - "Admin Username": "", "Administrative account name on the LDAP server. Example: cn=Manager,dc=test,dc=org.": "", "Administrative user": "", "Administrators": "", - "Administrators Group": "", "Admins": "", "Advanced Details": "", "Advanced Replication Creation": "", @@ -261,30 +243,19 @@ "Alerts could not be loaded": "", "Algorithm": "", "Alias for the identical interface on the other TrueNAS controller. The alias can be an IPv4 or IPv6 address.": "", - "Aliases": "", "Aliases must be 15 characters or less.": "", "All": "", "All Cores": "", "All Threads": "", "All data on that pool was destroyed.": "", - "All disks healthy.": "", "All pools are online.": "", "All selected directories must be at the same level i.e., must have the same parent directory.": "", - "All users": "", "Allocate RAM for the VM. Minimum value is 256 MiB.": "", "Allocate at least 256 MiB.": "", "Allocate space for the new zvol.": "", "Allow All Initiators": "", - "Allow Anonymous Binding": "", - "Allow Anonymous Login": "", "Allow Compressed WRITE Records": "", - "Allow DNS Updates": "", - "Allow Directory Service users to access WebUI": "", - "Allow Duplicate GIDs": "", - "Allow Local User Login": "", "Allow Specific": "", - "Allow Transfer Resumption": "", - "Allow Trusted Domains": "", "Allow all initiators": "", "Allow all sudo commands": "", "Allow all sudo commands with no password": "", @@ -306,7 +277,6 @@ "Allowed IP Addresses": "", "Allowed IP Addresses Settings": "", "Allowed IP address or hostname. One entry per field. Leave empty to allow everybody.": "", - "Allowed Initiators": "", "Allowed Services": "", "Allowed Sudo Commands": "", "Allowed Sudo Commands (No Password)": "", @@ -318,13 +288,10 @@ "Allows multiple NTFS data streams. Disabling this option causes MacOS to write streams to files on the filesystem.": "", "Allows sudo commands": "", "Alphanumeric Backblaze B2 Application Key ID. To generate a new application key, log in to the Backblaze account, go to the App Keys page, and add a new application key. Copy the application keyID string to this field.": "", - "Also Include Naming Schema": "", "Also include snapshots with the name": "", "Also unlock any encrypted dataset stored within this dataset.": "", "Alternative names that SMB clients can use when connecting to this NAS. Can be no greater than 15 characters.": "", - "Alternatively, you can start by configuring VDEVs in the wizard first and then opening Manual selection to make adjustments.": "", "Always": "", - "Always Chroot": "", "Amazon S3": "", "Amazon Web Services Key ID. This is found on Amazon AWS by going through My account -> Security Credentials -> Access Keys (Access Key ID and Secret Access Key). Must be alphanumeric and between 5 and 20 characters.": "", "Amazon Web Services password. If the Secret Access Key cannot be found or remembered, go to My Account -> Security Credentials -> Access Keys and create a new key pair. Must be alphanumeric and between 8 and 40 characters.": "", @@ -334,9 +301,6 @@ "An enclosure must be selected when 'Limit Pool to a Single Enclosure' is enabled.": "", "An error occurred while sending the review. Please try again later.": "", "An instance of this app already installed. Click the badge to see installed apps.": "", - "An update is already applied. Please reboot the system.": "", - "Anonymous User Download Bandwidth": "", - "Anonymous User Upload Bandwidth": "", "Any notes about initiators.": "", "Any system service can communicate externally.": "", "Api Key": "", @@ -363,12 +327,6 @@ "Applications you install will automatically appear here. Click below and browse the TrueNAS catalog to get started.": "", "Applied Dataset Quota": "", "Apply Group": "", - "Apply Owner": "", - "Apply Pending update": "", - "Apply Quotas to Selected Groups": "", - "Apply Quotas to Selected Users": "", - "Apply To Groups": "", - "Apply To Users": "", "Apply User": "", "Apply permissions recursively to all child datasets of the current dataset.": "", "Apply permissions recursively to all directories and files in the current dataset.": "", @@ -418,7 +376,6 @@ "Are you sure?": "", "Arguments": "", "Associated Targets": "", - "Asymmetric Logical Unit Access (ALUA)": "", "At least 1 GPU is required by the host for its functions.": "", "At least 1 data VDEV is required.": "", "At least 1 vdev is required to make an update to the pool.": "", @@ -430,7 +387,6 @@ "Attach": "", "Attach additional images": "", "Attach debug": "", - "Attach images (optional)": "", "Attaches privileges to the group. Only needed if you need users in this group access to TrueNAS API or WebUI.": "", "Attaching Disk to Boot Pool": "", "Attachments not uploaded": "", @@ -438,7 +394,6 @@ "Audit": "", "Audit Entry": "", "Audit ID": "", - "Audit Logging": "", "Audit Logs": "", "Audit Settings": "", "Aug": "", @@ -450,12 +405,9 @@ "Authentication Group Number": "", "Authentication Method": "", "Authentication Method and Group": "", - "Authentication Protocol": "", - "Authentication Type": "", "Authentication URL": "", "Authenticator to validate the Domain. Choose a previously configured ACME DNS authenticator.": "", "Authority Cert Issuer": "", - "Authority Key Config": "", "Authority Key Identifier": "", "Authorized Access": "", "Authorized Keys": "", @@ -468,13 +420,11 @@ "Automatically sets number of threads used by the kernel NFS server.": "", "Automatically stop the script or command after the specified seconds.": "", "Available Apps": "", - "Available Memory": "", "Available Resources": "", "Available Space Threshold (%)": "", "Available version:\n": "", "Average Disk Temperature": "", "Back to Discover Page": "", - "Back to Support": "", "Back up the encryption key now! If the key is lost, the data on the disks will also be lost with no hope of recovery. Click Download Encryption Key to begin the download. This type of encryption is for users storing sensitive data. iXsystems, Inc. cannot be held responsible for any lost or unrecoverable data as a consequence of using this feature.": "", "Backblaze B2": "", "Backend": "", @@ -485,20 +435,13 @@ "Backup Credential": "", "Backup Tasks": "", "Backup to Cloud or another TrueNAS via links below": "", - "Bandwidth": "", "Base64 encoded key for the Azure account.": "", "Basic Constraints": "", - "Basic Constraints Config": "", "Basic Settings": "", - "Batch Operations": "", - "Before updating, please read the release notes.": "", "Best effort (default)": "", - "Bind": "", - "Bind Interfaces": "", "Block (iSCSI) Shares Targets": "", "Boot Environment": "", "Boot Environments": "", - "Boot Pool Condition": "", "Boot Pool Disk Replaced": "", "Boot environment name. Alphanumeric characters, dashes (-), underscores (_), and periods (.) are allowed.": "", "Boot environment to be cloned.": "", @@ -507,8 +450,6 @@ "Brainpool curves can be more secure, while secp curves can be faster. See Elliptic Curve performance: NIST vs Brainpool for more information.": "", "Branch": "", "Bridge": "", - "Bridge Members": "", - "Bridge Settings": "", "Bridge interface": "", "Browse to a CD-ROM file present on the system storage.": "", "Browse to a storage location and add the name of the new raw file on the end of the path.": "", @@ -528,14 +469,11 @@ "By clicking the share creation checkbox below, a new share will be created on form submission with the default share settings Additionally, local TrueNAS users will have access to the resulting share and some more configuration options will be available.": "", "By default, Samba uses a hashing algorithm for NTFS illegal characters. Enabling this option translates NTFS illegal characters to the Unicode private range.": "", "By default, the VM receives an auto-generated random MAC address. Enter a custom address into the field to override the default. Click Generate MAC Address to add a new randomized address into this field.": "", - "By snapshot creation time": "", "CA": "", "CC": "", "CD-ROM": "", - "CD-ROM Path": "", "CLI": "", "CN": "", - "CN Realm": "", "CONNECT": "", "CONTACT SUPPORT": "", "CONVEYANCE": "", @@ -584,11 +522,9 @@ "Certificate Authority (CA) to use for connecting to the key server. A valid CA public certificate is required to authenticate the connection. WARNING: for security reasons, please protect the Certificate Authority used for key server authentication.": "", "Certificate Authority Read": "", "Certificate Authority Write": "", - "Certificate Options": "", "Certificate Read": "", "Certificate Signing Request": "", "Certificate Signing Requests": "", - "Certificate Subject": "", "Certificate Write": "", "Certificate authority created": "", "Certificate has been created.": "", @@ -600,7 +536,6 @@ "Change Server": "", "Change Token Lifetime in": "", "Change from public to increase system security. Can only contain alphanumeric characters, underscores, dashes, periods, and spaces. This can be left empty for SNMPv3 networks.": "", - "Change log": "", "Changelog": "", "Changes Saved": "", "Changes to Hosts Allow or Hosts Deny take effect when the SMB service restarts.": "", @@ -613,7 +548,6 @@ "Channel": "", "Channel {n}": "", "Check": "", - "Check Alerts for more details.": "", "Check App Details": "", "Check Available Apps": "", "Check for Software Updates": "", @@ -621,11 +555,8 @@ "Check the update server daily for any updates on the chosen train. Automatically download an update if one is available. Click APPLY PENDING UPDATE to install the downloaded update.": "", "Check this box if importing a certificate for which a CSR exists on this system": "", "Check to enable Audit Logs": "", - "Check {name} and {n, plural, one {# other disk} other {# other disks}}.": "", - "Check {name}.": "", "Checking this option will lead to /usr/sbin/zfs being allowed to be executed using sudo without password. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Checksum Errors": "", - "Child Shares": "", "Children": "", "Choose AES-256 or None.": "", "Choose Master if the UPS is plugged directly into the system serial port. The UPS will remain the last item to shut down. Choose Slave to have this system shut down before Master. See the Network UPS Tools Overview.": "", @@ -671,9 +602,7 @@ "Choosing an entry loads a preset ACL that is configured to match general permissions situations.": "", "City": "", "Classification for each S3 object. Choose a class based on the specific use case or performance requirements. See Amazon S3 Storage Classes for more information.": "", - "Clear": "", "Clear the Idmap Cache": "", - "Click Add to add first VDEV.": "", "Click an item to view NFSv4 permissions": "", "Click for information on TrueNAS SCALE Migration, Nightly trains and other upgrade options.": "", "Click to give {index} star rating.": "", @@ -684,7 +613,6 @@ "Clone To New Dataset": "", "Close Feedback Dialog": "", "Close Inspect VDEVs Dialog": "", - "Close Job": "", "Close Tooltip": "", "Close panel": "", "Close scheduler": "", @@ -725,8 +653,6 @@ "Completed Jobs": "", "Completed S.M.A.R.T. Tests": "", "Completely replicate the selected dataset. The target dataset will have all of the source dataset's properties, child datasets, clones and snapshots that match the specified naming schema. Set Snapshot Name Regular Expression to .* to replicate all snapshots.": "", - "Compress Connections": "", - "Computer Account OU": "", "Config Email": "", "Config-Reset": "", "Configuration Preview": "", @@ -767,11 +693,9 @@ "Confirmation": "", "Connect": "", "Connect to TrueCommand Cloud": "", - "Connect using:": "", "Connected Initiators": "", "Connected at": "", "Connecting to TrueCommand": "", - "Connecting to TrueNAS": "", "Connection Error": "", "Connection port number on the central key server.": "", "Console Menu": "", @@ -783,16 +707,13 @@ "Contents of the uploaded Service Account JSON file.": "", "Context menu copy and paste operations are disabled in the Shell. Copy and paste shortcuts for Mac are Command+c and Command+v. For most operating systems, use Ctrl+Insert to copy and Shift+Insert to paste.": "", "Continue with the upgrade": "", - "Contract Type": "", "Control": "", - "Controller Type": "", "Controls whether SMART monitoring and scheduled SMART tests are enabled.": "", "Controls whether audit messages will be generated for the share.

      Note: Auditing may not be enabled if SMB1 support is enabled for the server.": "", "Controls whether the user used for SSH/SSH+NETCAT replication will have passwordless sudo enabled to execute zfs commands on the remote host. If not checked, zfs allow must be used to grant non-user permissions to perform ZFS tasks. Mounting ZFS filesystems by non-root still would not be possible due to Linux restrictions.": "", "Controls whether the volume snapshot devices under /dev/zvol/⟨pool⟩ are hidden or visible. The default value is hidden.": "", "Coolest:": "", "Cooling": "", - "Copies": "", "Copy Json": "", "Copy Text": "", "Core #": "", @@ -876,24 +797,20 @@ "Current Default Gateway": "", "Current Sensor": "", "Current State": "", - "Current Train:": "", "Current Version": "", "Custom": "", "Custom ({customTransfers})": "", "Custom ACME Server Directory URI": "", "Custom App": "", - "Custom Name": "", "Custom Transfers": "", "Custom Value": "", "Custom schedule": "", - "Customer Name": "", "Customizes the importance of the alert. Each level of importance has a different icon and color to express the level of importance.": "", "DEBUG": "", "DEFAULT": "", "DHCP": "", "DNS Domain Name": "", "DNS Servers": "", - "DNS Timeout": "", "DNS name of the domain": "", "DNS timeout in seconds. Increase this value if DNS queries timeout.": "", "DQ % Used": "", @@ -910,7 +827,6 @@ "Data Quota": "", "Data Topology": "", "Data VDEVs": "", - "Data Written": "", "Data is identical in each disk. A mirror requires at least two disks, provides the most redundancy, and has the least capacity.": "", "Data not available": "", "Data transfer security. The connection is authenticated with SSH. Data can be encrypted during transfer for security or left unencrypted to maximize transfer speed. Encryption is recommended, but can be disabled for increased speed on secure networks.": "", @@ -918,10 +834,8 @@ "Dataset Data Protection": "", "Dataset Delete": "", "Dataset Information": "", - "Dataset Name": "", "Dataset Passphrase": "", "Dataset Permissions": "", - "Dataset Preset": "", "Dataset Quota": "", "Dataset Read": "", "Dataset Roles": "", @@ -931,16 +845,11 @@ "Dataset ZFS Encryption": "", "Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.": "", "Dataset has no mountpoint": "", - "Dataset is shared via NFS": "", - "Dataset is shared via SMB": "", - "Dataset is shared via SMB as {shares}": "", - "Dataset is shared via iSCSI": "", "Dataset locked": "", "Dataset name is set by appending the parent path with the name entered by you. The max allowed length for the dataset name is 200. The parent path for this dataset already exceeds that limit. It is not possible to create anymore nested datasets under this path.": "", "Dataset promoted successfully.": "", "Dataset rolled back to snapshot {name}.": "", "Dataset settings updated.": "", - "Dataset {name} was created.": "", "Dataset «{name}» updated.": "", "Date Created": "", "Date created": "", @@ -1020,19 +929,12 @@ "Delete User Quota": "", "Delete Virtual Machine Data?": "", "Delete all TrueNAS configurations that depend on the exported pool. Impacted configurations may include services (listed above if applicable), applications, shares, and scheduled data protection tasks.": "", - "Delete dataset {name}": "", "Delete files in the destination directory that do not exist in the source directory.": "", "Delete group": "", "Delete iSCSI extent {name}?": "", - "Delete raw file": "", - "Delete selections": "", "Delete snapshot {name}?": "", - "Delete user primary group `{name}`": "", - "Delete zvol device": "", - "Delete zvol {name}": "", "Delete {n, plural, one {# user} other {# users}} with this primary group?": "", "Delete {name}?": "", - "Deleted {n, plural, one {# snapshot} other {# snapshots}}": "", "Deleting exporter": "", "Deleting interfaces while HA is enabled is not allowed.": "", "Deploying": "", @@ -1078,42 +980,34 @@ "Direct the flow of data to the remote host.": "", "Directories and Permissions": "", "Directory Inherit": "", - "Directory Mask": "", - "Directory Permissions": "", "Directory Service Read": "", "Directory Service Write": "", "Directory Services Groups": "", "Directory Services Monitor": "", "Disable": "", - "Disable AD User / Group Cache": "", "Disable Endpoint Region": "", - "Disable LDAP User/Group Cache": "", "Disable Password": "", "Disable Physical Block Size Reporting": "", "Disable automatic failover.": "", "Disable caching LDAP users and groups in large LDAP environments. When caching is disabled, LDAP users and groups do not appear in dropdown menus, but are still accepted when manually entered.": "", "Disabled": "", - "Disabled in Disk Settings": "", "Disabling host path validation may result in undefined behavior from TrueNAS system\n services that access host paths mounted within kubernetes.
      \n Undefined behavior may include loss of access to data through inadvertent permissions changes,\n loss of data due to lack of validation of application compatibility, and application stability issues.

      \n As such, this configuration is unsupported and bug reports in which this configuration plays a role\n may be closed as a user configuration issue without further investigation.": "", "Discard": "", "Disconnect": "", "Discover": "", "Discover Apps": "", - "Discover Remote Host Key": "", "Discovery Auth Group": "", "Discovery Auth Method": "", "Discovery Authentication Group": "", "Discovery Authentication Method": "", "Disk Description": "", "Disk Details": "", - "Disk Details for {disk}": "", "Disk Details for {disk} ({descriptor})": "", "Disk Health": "", "Disk I/O": "", "Disk IO": "", "Disk Info": "", "Disk Reports": "", - "Disk Sector Size": "", "Disk Tests": "", "Disk Wiped successfully": "", "Disk device name.": "", @@ -1125,18 +1019,13 @@ "Disks temperature related alerts": "", "Disks to be edited:": "", "Disks w/ZFS Errors": "", - "Disks with exported pools": "", "Dismiss": "", - "Dismiss All Alerts": "", "Dismissed": "", - "Dispersal Strategy": "", "Display": "", - "Display Login": "", "Display Port": "", "Display console messages in real time at the bottom of the browser.": "", "Distributed Hot Spares": "", "Do NOT change this setting when using Windows as the initiator. Only needs to be changed in large environments where the number of systems using a specific RPM is needed for accurate reporting statistics.": "", - "Do any of them look similar?": "", "Do not enable ALUA on TrueNAS unless it is also supported by and enabled on the client computers. ALUA only works when enabled on both the client and server.": "", "Do not save": "", "Do not set this if the Serial Port is disabled.": "", @@ -1146,13 +1035,11 @@ "Docker Registry Authentication": "", "Docs": "", "Does your business need Enterprise level support and services? Contact iXsystems for more information.": "", - "Domain Account Password": "", "Domain Name System": "", "Domain:": "", "Domains": "", "Don't Allow": "", "Door Lock": "", - "Download Authorized Keys": "", "Download Config": "", "Download Configuration": "", "Download Encryption Key": "", @@ -1160,9 +1047,7 @@ "Download Updates": "", "Download actions": "", "Download encryption keys": "", - "Drag & drop disks to add or remove them": "", "Drive Details": "", - "Drive Details {disk}": "", "Drive Temperatures": "", "Drive reserved for inserting into DATA pool VDEVs when an active drive has failed.": "", "Driver": "", @@ -1174,12 +1059,9 @@ "Dry run completed.": "", "E-mail address that will receive SNMP service messages.": "", "EC Curve": "", - "EC2 Instance ID": "", "EDIT LABEL": "", "EMERGENCY": "", "ERROR": "", - "EXPIRED": "", - "EXPIRES TODAY": "", "Each disk stores data. A stripe requires at least one disk and has no data redundancy.": "", "Edit ACL": "", "Edit Application Settings": "", @@ -1192,7 +1074,6 @@ "Edit Certificate Authority": "", "Edit Cloud Sync Task": "", "Edit DNS Authenticator": "", - "Edit Disk(s)": "", "Edit Encryption Options for {dataset}": "", "Edit Expansion Shelf": "", "Edit Extent": "", @@ -1238,10 +1119,8 @@ "Enable (requires password or Kerberos principal)": "", "Enable ACL support for the SMB share.": "", "Enable Alternate Data Streams": "", - "Enable Apple SMB2/3 Protocol Extensions": "", "Enable Container Image Updates": "", "Enable FIPS": "", - "Enable FXP": "", "Enable GMail OAuth authentication.": "", "Enable GPU support": "", "Enable HTTPS Redirect": "", @@ -1249,16 +1128,13 @@ "Enable Integrated Loadbalancer": "", "Enable Integrated Metrics Server": "", "Enable Kernel Debug": "", - "Enable Learning": "", "Enable SMB2/3 Durable Handles": "", "Enable SMTP configuration": "", - "Enable TLS": "", "Enable Two Factor Authentication Globally": "", "Enable Two Factor Authentication for SSH": "", "Enable a Display (Virtual Network Computing) remote connection. Requires UEFI booting.": "", "Enable for TrueNAS to periodically review data blocks and identify empty blocks, or obsolete blocks that can be deleted. Unset to use dirty block overwrites (default).": "", "Enable iXsystems Proactive Support": "", - "Enable passwordless sudo for zfs commands": "", "Enable sending anonymous usage statistics to iXsystems.": "", "Enable server-side management of group memberships. This option allows the server to determine group IDs based on server-side lookups rather than relying solely on the information provided by the NFS client. This can support more than 16 groups and provide more accurate group memberships.": "", "Enable support for the File Server Remote VSS Protocol (FSVRP). This protocol allows RPC clients to manage snapshots for a specific SMB share. The share path must be a dataset mountpoint. Snapshots have the prefix fss- followed by a snapshot creation timestamp. A snapshot must have this prefix for an RPC user to delete it.": "", @@ -1285,22 +1161,16 @@ "Enabling this option can expose administrator credentials and is not recommended.": "", "Enabling this option is not recommended as it bypasses a security mechanism.": "", "Encipher Only": "", - "Enclosure Options": "", "Enclosure Read": "", "Enclosure Services Controller Electronics": "", "Enclosure Write": "", - "Enclosure is not supported": "", "Encode information in less space than the original data occupies. It is recommended to choose a compression algorithm that balances disk performance with the amount of saved space.
      LZ4 is generally recommended as it maximizes performance and dynamically identifies the best files to compress.
      GZIP options range from 1 for least compression, best performance, through 9 for maximum compression with greatest performance impact.
      ZLE is a fast algorithm that only eliminates runs of zeroes.": "", "Encrypted Datasets": "", "Encryption (more secure, but slower)": "", "Encryption Key Format": "", "Encryption Key Location in Target System": "", - "Encryption Mode": "", "Encryption Options Saved": "", - "Encryption Protocol": "", - "Encryption Root": "", "Encryption Salt": "", - "Encryption Standard": "", "Encryption Type": "", "Encryption is for users storing sensitive data. Pool-level encryption does not apply to the storage pool or disks in the pool. It applies to the root dataset that shares the pool name and any child datasets created unless you change the encryption at the time you create the child dataset. For more information on encryption please refer to the TrueNAS Documentation hub.": "", "Encryption key that can unlock the dataset.": "", @@ -1424,7 +1294,6 @@ "Enter {value} below to confirm.": "", "Entering 0 uses the actual file size and requires that the file already exists. Otherwise, specify the file size for the new file.": "", "Environment": "", - "Error ({code})": "", "Error In Apps Service": "", "Error Updating Production Status": "", "Error counting eligible snapshots.": "", @@ -1442,7 +1311,6 @@ "Error updating disks": "", "Error validating pool name": "", "Error validating target name": "", - "Error:": "", "Errors": "", "Est. Usable Raw Capacity": "", "Establishing a connection requires that one of the connection systems has open TCP ports. Choose which system (LOCAL or REMOTE) will open ports. Consult your IT department to determine which systems are allowed to open ports.": "", @@ -1453,12 +1321,10 @@ "Everything is fine": "", "Example: blob.core.usgovcloudapi.net": "", "Excellent effort": "", - "Exclude Child Datasets": "", "Exclude by pattern": "", "Exclude specific child dataset snapshots from the replication. Use with Recursive snapshots. List child dataset names to exclude. Separate entries by pressing Enter. Example: pool1/dataset1/child1. A recursive replication of pool1/dataset1 snapshots includes all child dataset snapshots except child1.": "", "Exclude specific child datasets from the snapshot. Use with recursive snapshots. List paths to any child datasets to exclude. Example: pool1/dataset1/child1. A recursive snapshot of pool1/dataset1 will include all child datasets except child1. Separate entries by pressing Enter.": "", "Excluded Paths": "", - "Exec": "", "Existing Pool": "", "Existing presets": "", "Exit": "", @@ -1467,15 +1333,11 @@ "Expand pool ": "", "Expand pool to fit all available disk space.": "", "Expander Status": "", - "Expected Finished Time:": "", - "Expiration Date": "", "Export": "", - "Export All Keys": "", "Export As {fileType}": "", "Export Config": "", "Export Configuration": "", "Export File": "", - "Export Key": "", "Export Password Secret Seed": "", "Export ZFS snapshots as Shadow Copies for VSS clients.": "", "Export/disconnect pool: {pool}": "", @@ -1492,7 +1354,6 @@ "Extent Name": "", "Extent Type": "", "Extents": "", - "Extra Constraints": "", "FAULT": "", "FIPS Settings": "", "FRONT": "", @@ -1506,30 +1367,23 @@ "Failed S.M.A.R.T. Tests": "", "Failed sending test alert!": "", "Failed to load datasets": "", - "Failover Group": "", "Failover Now": "", "Failover Read": "", "Failover Write": "", "Failover is administratively disabled.": "", "Failover is in an error state.": "", "Failover is recommended for new FIPS setting to take effect. Would you like to failover now?": "", - "Fatal error! Check logs.": "", "Faulted": "", "Feature Request": "", - "Features": "", "Feb": "", - "Feedback Type": "", "Fenced is not running.": "", "Fetch DataStores": "", "Fetching Encryption Summary": "", "Fetching Encryption Summary for {dataset}": "", - "Fetching data...": "", "Field is required": "", "File": "", "File ID": "", "File Inherit": "", - "File Mask": "", - "File Permissions": "", "File Ticket": "", "File size is limited to {n} MiB.": "", "File: {filename}": "", @@ -1553,9 +1407,6 @@ "Finished Scrub on {date}": "", "First Page": "", "Fix Credential": "", - "Flags Advanced": "", - "Flags Basic": "", - "Flash Identify Light": "", "Follow symlinks and copy the items to which they link.": "", "Following container images are available to update:\n": "", "For example if you set this value to 5, system will renew certificates that expire in 5 days or less.": "", @@ -1575,11 +1426,8 @@ "Frequency": "", "Fri": "", "Friday": "", - "From Email": "", - "From Name": "", "From a key file": "", "From {task_begin} to {task_end}": "", - "Front": "", "Full": "", "Full Admin": "", "Full Control": "", @@ -1591,7 +1439,6 @@ "GUI": "", "Gathering data...": "", "General Info": "", - "Generate": "", "Generate CSR": "", "Generate Certificate": "", "Generate Certificate Signing Requests": "", @@ -1614,22 +1461,18 @@ "Global Two Factor Authentication Settings": "", "Global password to unlock SEDs.": "", "Gmail": "", - "Gmail credentials have been applied.": "", "Go Back": "", - "Go To Encryption Root": "", "Go To Network Settings": "", "Go back": "", "Go back to the previous form": "", "Go to ACL Manager": "", "Go to Active Directory Form": "", - "Go to Datasets": "", "Go to Documentation": "", "Go to HA settings": "", "Go to Storage": "", "Google Cloud Storage": "", "Google Drive": "", "Google Photos": "", - "Group Bind Path": "", "Group Configuration": "", "Group Data Quota ": "", "Group Execute": "", @@ -1642,7 +1485,6 @@ "Group Write": "", "Group added": "", "Group deleted": "", - "Group members": "", "Group to which this ACL entry applies.": "", "Group updated": "", "Group:": "", @@ -1650,7 +1492,6 @@ "Groups": "", "Groups could not be loaded": "", "Groups that can log in using password": "", - "Guest Account": "", "HA is Disabled": "", "HA is administratively disabled.": "", "HA is disabled": "", @@ -1672,7 +1513,6 @@ "Hidden": "", "Hidden columns are not available for sorting or filtering. Hiding columns improves performance.": "", "Hide Extra Columns": "", - "Hide Job": "", "Hide Password": "", "Hide error output (stderr) from the command. When unset, any error output is mailed to the user account cron used to run the command.": "", "Hide from MSR": "", @@ -1721,7 +1561,6 @@ "How this ACE is applied to newly created directories and files within the dataset. Basic flags enable or disable ACE inheritance. Advanced flags allow further control of how the ACE is applied to files and directories in the dataset.": "", "How to configure the connection:

      Manual requires configuring authentication on the remote system. This can include copying SSH keys and modifying the root user account on that system.

      Semi-automatic only works when configuring an SSH connection with a remote TrueNAS system. This method uses the URL and login credentials of the remote system to connect and exchange SSH keys.": "", "Hubic": "", - "I would like to": "", "IBurst": "", "ID": "", "IGNORE": "", @@ -1754,7 +1593,6 @@ "Identify this extension as critical for the certificate. Critical extensions must be recognized by the certificate-using system or this certificate will be rejected. Extensions identified as not critical can be ignored by the certificate-using system and the certificate still approved.": "", "Idle": "", "Idmap": "", - "Idmap Backend": "", "If automatic login has failed, please try the following credentials manually.": "", "If checked, disks of the selected size or larger will be used. If unchecked, only disks of the selected size will be used.": "", "If downloading a file returns the error \"This file has been identified as malware or spam and cannot be downloaded\" with the error code \"cannotDownloadAbusiveFile\" then enable this flag to indicate you acknowledge the risks of downloading the file and TrueNAS will download it anyway.": "", @@ -1769,8 +1607,6 @@ "If the IPMI out-of-band management interface is on a different VLAN from the management network, enter the IPMI VLAN.": "", "If the destination system has snapshots but they do not have any data in common with the source snapshots, destroy all destination snapshots and do a full replication. Warning: enabling this option can cause data loss or excessive data transfer if the replication is misconfigured.": "", "If {vmName} is still running, the Guest OS did not respond as expected. It is possible to use Power Off or the Force Stop After Timeout option to stop the VM.": "", - "Ignore Builtin": "", - "Ignore List": "", "Image Name": "", "Image Size": "", "Image Tag": "", @@ -1793,14 +1629,12 @@ "In order for dRAID to overweight its benefits over RaidZ the minimum recommended number of disks per dRAID vdev is 10.": "", "In some cases it's possible that the provided key/passphrase is valid but the path where the dataset is supposed to be mounted after being unlocked already exists and is not empty. In this case, unlock operation would fail. This can be overridden by Force flag. When it is set, system will rename the existing directory/file path where the dataset should be mounted resulting in successful unlock of the dataset.": "", "Include Audit Logs": "", - "Include Dataset Properties": "", "Include dataset properties with the replicated snapshots.": "", "Include everything": "", "Include from subfolder": "", "Include or exclude files and directories from the backup.": "", "Include snapshots with the name": "", "Include/Exclude": "", - "Included Paths": "", "Incoming / Outgoing network traffic": "", "Incoming [{networkInterfaceName}]": "", "Incorrect crontab value.": "", @@ -1813,7 +1647,6 @@ "Inherit Encryption": "", "Inherit Only": "", "Inherit domain from DHCP": "", - "Inherit encryption properties from parent": "", "Inherit from DHCP": "", "Inherited": "", "Inherited Quotas": "", @@ -1841,7 +1674,6 @@ "Interface changes reverted.": "", "Interfaces marked critical are considered necessary for normal operation. When the last critical interface in a failover group is preempted by the other storage controller through the VRRP or CARP protocols, a failover is triggered.": "", "Intermediate CA": "", - "Internal": "", "Internal CA": "", "Internal Certificate": "", "Internal identifier for the authenticator.": "", @@ -1879,7 +1711,6 @@ "Jan": "", "Jira": "", "Job": "", - "Job aborted": "", "Job {job} Completed Successfully": "", "Jobs": "", "Jobs History": "", @@ -1902,7 +1733,6 @@ "Keep this Boot Environment?": "", "Kerberos Keytab": "", "Kerberos Keytabs": "", - "Kerberos Principal": "", "Kerberos Realm": "", "Kerberos Realms": "", "Kernel Parameters": "", @@ -1912,7 +1742,6 @@ "Key Cert Sign": "", "Key Encipherment": "", "Key Usage": "", - "Key Usage Config": "", "Key for {id}": "", "Key not set": "", "Key set": "", @@ -1926,17 +1755,9 @@ "Kubernetes Read": "", "Kubernetes Settings": "", "Kubernetes Write": "", - "LACPDU Rate": "", "LDAP": "", "LDAP - Primary Domain": "", - "LDAP Domain": "", - "LDAP Realm": "", - "LDAP Server": "", - "LDAP Timeout": "", - "LDAP User DN": "", - "LDAP User DN Password": "", "LDAP configuration updated": "", - "LDAP is disabled.": "", "LDAP server hostnames or IP addresses. Separate entries with an empty space. Multiple hostnames or IP addresses can be entered to create an LDAP failover priority list. If a host does not respond, the next host in the list is tried until a new connection is established.": "", "LDAP server to use for SID/uid/gid map entries. When undefined, idmap_ldap uses *ldap://localhost/*. Example: ldap://ldap.netscape.com/o=Airius.com.": "", "LDAP timeout in seconds. Increase this value if a Kerberos ticket timeout occurs.": "", @@ -1953,20 +1774,16 @@ "Last Page": "", "Last Resilver": "", "Last Run": "", - "Last Scan": "", "Last Scan Duration": "", "Last Scan Errors": "", "Last Scrub": "", "Last Scrub Date": "", - "Last Scrub Run": "", "Last Snapshot": "", "Last Updated": "", "Last month": "", "Last successful": "", "Last week": "", - "Last {result} Test": "", "Launch Docker Image": "", - "Layout": "", "Layouts": "", "Leave Domain": "", "Leave Feedback": "", @@ -1988,16 +1805,10 @@ "Level 64 - Intermediate power usage with Standby": "", "Libdefaults Auxiliary Parameters": "", "License Update": "", - "Licensed Serials": "", - "Limit": "", "Limit Pool To A Single Enclosure": "", - "Limit To {name} Enclosure": "", "Limit replication speed to this number of bytes per second.": "", "Link Aggregation": "", - "Link Aggregation Interfaces": "", - "Link Aggregation Protocol": "", "Link aggregation interface": "", - "Linked Service": "", "Linux": "", "List any existing dataset properties to remove from the replicated files.": "", "List of chat IDs": "", @@ -2010,8 +1821,6 @@ "Loading disks...": "", "Local Administrator": "", "Local Groups Name": "", - "Local Master": "", - "Local User Download Bandwidth": "", "Local heartbeat interface does not exist.": "", "Local heartbeat interface is down.": "", "Localization Settings": "", @@ -2021,16 +1830,15 @@ "Log": "", "Log Details": "", "Log Excerpt": "", - "Log In": "", "Log In To Gmail": "", "Log In To Provider": "", "Log Path": "", "Log VDEVs": "", - "Log in to Gmail to set up Oauth credentials.": "", "Logged In To Gmail": "", "Logged In To Jira": "", "Logged In To Provider": "", "Logical Block Size": "", + "Login Banner": "", "Login To Jira To Submit": "", "Login error. Please try again.": "", "Logoff": "", @@ -2041,22 +1849,18 @@ "Losing the ability to unlock the pool can result in losing all data on the disks with no chance of recovery. Always back up the encryption key file or passphrase for an encrypted pool! The key file for an encrypted pool is secured in the system database and can be exported at any time from the pool options": "", "Loss of Functionality": "", "Low Bandwidth (4)": "", - "Low Capacity": "", "Lowercase alphanumeric characters plus dot (.), dash (-), and colon (:) are allowed. See the Constructing iSCSI names using the iqn.format section of RFC3721.": "", "Lowest Temperature": "", "Lowest Usage:": "", "Lowest port number of the active side listen address that is open to connections.": "", - "MAC Address": "", + "MOTD": "", "MOVE": "", "MTU": "", "Machine": "", - "Mail Server Port": "", "Major": "", "Make Destination Dataset Read-only?": "", "Make the currently active TrueNAS controller the default when both TrueNAS controllers are online and HA is enabled. To change the default TrueNAS controller, unset this option on the default TrueNAS controller and allow the system to fail over. This briefly interrupts system services.": "", "Makes the group available for permissions editors over SMB protocol (and the share ACL editor). It is not used for SMB authentication or determining the user session token or internal permissions checks.": "", - "Manage Advanced Settings": "", - "Manage Apps Settings": "", "Manage Certificates": "", "Manage Cloud Sync Tasks": "", "Manage Configuration": "", @@ -2069,38 +1873,26 @@ "Manage Group Quotas": "", "Manage Groups Server-side": "", "Manage Installed Apps": "", - "Manage NFS Shares": "", "Manage Replication Tasks": "", "Manage Rsync Tasks": "", - "Manage S.M.A.R.T. Tasks": "", "Manage SED Password": "", "Manage SED Passwords": "", - "Manage SMB Shares": "", "Manage Services and Continue": "", "Manage Snapshot Tasks": "", "Manage Snapshots": "", "Manage Snapshots Tasks": "", "Manage User Quotas": "", - "Manage VM Settings": "", "Manage ZFS Keys": "", - "Manage iSCSI Shares": "", - "Manage members of {name} group": "", "Managed by TrueCommand": "", "Management": "", "Manual Disk Selection": "", "Manual Selection": "", - "Manual Test": "", "Manual Upgrade": "", "Manual disk selection allows you to create VDEVs and add disks to those VDEVs individually.": "", "Manual layout": "", "Manually Configured VDEVs": "", - "Mapall Group": "", - "Mapall User": "", - "Maproot Group": "", - "Maproot User": "", "Mar": "", "Mask": "", - "Masquerade Address": "", "Matching naming schema": "", "Matching regular expression": "", "Matching the fixed size of data, as in a database, may result in better performance.": "", @@ -2108,9 +1900,7 @@ "Mattermost username.": "", "Max Poll": "", "Max dataset nesting in ZFS is limited to 50. We are already at that limit in the parent dataset path. It is not possible to create anymore nested datasets under this path.": "", - "Maximize Dispersal": "", "Maximize Enclosure Dispersal": "", - "Maximum Passive Port": "", "Maximum Transmission Unit, the largest protocol data unit that can be communicated. The largest workable MTU size varies with network interfaces and equipment. 1500 and 9000 are standard Ethernet MTU sizes. Leaving blank restores the field to the default value of 1500.": "", "Maximum Upload Parts": "", "Maximum number of replication tasks being executed simultaneously.": "", @@ -2132,7 +1922,6 @@ "Message": "", "Message verbosity level in the replication task log.": "", "Metadata": "", - "Metadata (Special) Small Block Size": "", "Metadata VDEVs": "", "Method Call": "", "Method of snapshot transfer:
      • SSH is supported by most systems. It requires a previously created connection in System > SSH Connections.
      • SSH+NETCAT uses SSH to establish a connection to the destination system, then uses py-libzfs to send an unencrypted data stream for higher transfer speeds. This only works when replicating to a TrueNAS, or other system with py-libzfs installed.
      • LOCAL efficiently replicates snapshots to another dataset on the same system without using the network.
      • LEGACY uses the legacy replication engine from FreeNAS 11.2 and earlier.
      ": "", @@ -2148,7 +1937,6 @@ "Minimum": "", "Minimum Memory": "", "Minimum Memory Size": "", - "Minimum Passive Port": "", "Minimum value is {min}": "", "Minor": "", "Minor Version": "", @@ -2161,24 +1949,20 @@ "Missing group - {gid}": "", "Missing permissions for this action": "", "Mixed Capacity": "", - "Mixing disks of different sizes in a vdev is not recommended.": "", "Modify": "", "Module": "", "Mon": "", "Monday": "", "Month(s)": "", "Months": "", - "More info...": "", "Move existing keys from the current key server to a new key server. To switch to a different key server, key synchronization must be Enabled, then enable this setting, update the key server connection configuration, and click SAVE.": "", "Move widget down": "", "Move widget up": "", "Multi-domain support. Enter additional domains to secure. Separate domains by pressing Enter For example, if the primary domain is example.com, entering www.example.com secures both addresses.": "", "Multicast DNS. Uses the system Hostname to advertise enabled and running services. For example, this controls if the server appears under Network on MacOS clients.": "", - "Multichannel": "", "Multiple Errors": "", "Multiprotocol": "", "Must be part of a pool to check errors": "", - "Must be part of the pool to check errors.": "", "Must match Windows workgroup name. When this is unconfigured and Active Directory or LDAP are active, TrueNAS will detect and set the correct workgroup from these services.": "", "Mutual secret password. Required when Peer User is set. Must be different than the Secret.": "", "N/A": "", @@ -2194,7 +1978,6 @@ "NFSv3 ownership model for NFSv4": "", "NFSv4": "", "NFSv4 DNS Domain": "", - "NIC To Attach": "", "NOTICE": "", "NS": "", "NTLMv1 Auth": "", @@ -2226,11 +2009,6 @@ "Negotiate – only encrypt transport if explicitly requested by the SMB client": "", "NetBIOS": "", "NetBIOS Name of this NAS. This name must differ from the Workgroup name and be no greater than 15 characters.": "", - "Netcat Active Side": "", - "Netcat Active Side Connect Address": "", - "Netcat Active Side Listen Address": "", - "Netcat Active Side Max Port": "", - "Netcat Active Side Min Port": "", "Netdata": "", "Network Configuration": "", "Network General Read": "", @@ -2342,14 +2120,12 @@ "No Safety Check (CAUTION)": "", "No Search Results.": "", "No Traffic": "", - "No VDEVs added.": "", "No active interfaces are found": "", "No arguments are passed": "", "No available licensed Expansion Shelves ": "", "No containers are available.": "", "No descriptor provided": "", "No disk in slot": "", - "No disks available.": "", "No e-mail address is set for root user or any other local administrator. Please, configure such an email address first.": "", "No enclosure": "", "No errors": "", @@ -2365,30 +2141,23 @@ "No matching results found": "", "No network interfaces are marked critical for failover.": "", "No options": "", - "No options are passed": "", "No pools are configured.": "", "No pools on this enclosure.": "", "No ports are being used.": "", "No records": "", "No records have been added yet": "", - "No results found in {section}": "", "No similar apps found.": "", "No snapshots sent yet": "", "No temperature data was reported by the system. There can be a number of reasons why this might occur. For troubleshooting tips please go here": "", - "No unused disks": "", - "No update found.": "", "No vdev info for disk.": "", - "No vdev info for this disk": "", "No warnings": "", "Node IP": "", "Node set allows setting NUMA nodes for multi NUMA processors when CPU set was defined. Better memory locality can be achieved by setting node set based on assigned CPU set. E.g. if cpus 0,1 belong to NUMA node 0 then setting nodeset to 0 will improve memory locality": "", "Nodes Virtual IP states do not agree.": "", - "None requested": "", "Normal": "", "Normal VDEV type, used for primary storage operations. ZFS pools always have at least one DATA VDEV.": "", "Not Available": "", "Not Set": "", - "Not Shared": "", "Not enough free space. Maximum available: {space}": "", "Notes about this disk.": "", "Notes about this extent.": "", @@ -2435,12 +2204,10 @@ "Once an enclosure is selected, all other VDEV creation steps will limit disk selection options to disks in the selected enclosure. If the enclosure selection is changed, all disk selections will be reset.": "", "Once enabled, users will be required to set up two factor authentication next time they login.": "", "One or more data VDEVs has disks of different sizes.": "", - "One-Time Password (if necessary)": "", "One-Time Password if two factor authentication is enabled.": "", "Online Disk": "", "Online disk {name}?": "", "Only Readonly Admin, Sharing Admin or Full Admin roles are supported in WebUI.": "", - "Only Replicate Snapshots Matching Schedule": "", "Only appears if Device is selected. Select the unused zvol or zvol snapshot.": "", "Only appears if a File or zvol is selected. When the specified percentage of free space is reached, the system issues an alert.": "", "Only disks that are at least {size} are shown.": "", @@ -2461,7 +2228,6 @@ "Open ticket": "", "OpenStack Swift": "", "Opened at": "", - "Operation": "", "Operation will change permissions on path: {path}": "", "Optional IP": "", "Optional IP of 2nd Redfish management interface.": "", @@ -2489,11 +2255,9 @@ "Outbound Activity": "", "Outbound Network": "", "Outbound Network:": "", - "Outgoing Mail Server": "", "Outgoing [{networkInterfaceName}]": "", "Overrides default directory creation mask of 0777 which grants directory read, write and execute access for everybody.": "", "Overrides default file creation mask of 0666 which creates files with read and write access for everybody.": "", - "Owner Group": "", "Owner:": "", "PASSPHRASE": "", "PCI Passthrough Device": "", @@ -2504,9 +2268,6 @@ "PUSH": "", "PagerDuty client name.": "", "Pair this certificate's public key with the Certificate Authority private key used to sign this certificate.": "", - "Parent": "", - "Parent Interface": "", - "Parent Path": "", "Parent dataset path (read-only).": "", "Partition": "", "Passphrase and confirmation should match.": "", @@ -2534,28 +2295,21 @@ "Paste the private key associated with the Certificate when available. Please provide a key at least 1024 bits long.": "", "Path Length": "", "Path to the Extent": "", - "Pattern": "", "Pattern of naming custom snapshots to include in the replication with the periodic snapshot schedule. Enter the strftime(3) strings that match the snapshots to include in the replication.

      When a periodic snapshot is not linked to the replication, enter the naming schema for manually created snapshots. Has the same %Y, %m, %d, %H, and %M string requirements as the Naming Schema in a Periodic Snapshot Task. Separate entries by pressing Enter.": "", "Pattern of naming custom snapshots to be replicated. Enter the name and strftime(3) %Y, %m, %d, %H, and %M strings that match the snapshots to include in the replication. Separate entries by pressing Enter. The number of snapshots matching the patterns are shown.": "", - "Pause Scrub": "", "Peer Secret": "", "Peer Secret (Confirm)": "", "Peer User": "", "Pending": "", "Pending Network Changes": "", - "Pending Sync": "", "Pending Sync Keys Cleared": "", "Pending Upgrade": "", "Percentage of total core utilization": "", "Percentage used of dataset quota at which to generate a critical alert.": "", "Percentage used of dataset quota at which to generate a warning alert.": "", - "Perform Reverse DNS Lookups": "", "Performance": "", "Performs authentication from an LDAP server.": "", "Periodic S.M.A.R.T. Tests": "", - "Permissions Advanced": "", - "Permissions Basic": "", - "Permissions Editor": "", "Permissions saved.": "", "Photo Library API client secret generated from the Google API Console": "", "Pin vcpus": "", @@ -2590,7 +2344,6 @@ "Pool options for {poolName} successfully saved.": "", "Pool status is {status}": "", "Pool updated successfully": "", - "Pool {name} is {status}.": "", "Pool {name} successfully upgraded.": "", "Pools in Enclosure": "", "Pools:": "", @@ -2609,30 +2362,22 @@ "Preferred Trains": "", "Preserve Extended Attributes": "", "Preserve Permissions": "", - "Preset": "", "Preset Name": "", "Presets": "", "Prevent source system snapshots that have failed replication from being automatically removed by the Snapshot Retention Policy.": "", "Prevent the user from logging in or using password-based services until this option is unset. Locking an account is only possible when Disable Password is No and a Password has been created for the account.": "", "Preview JSON Service Account Key": "", "Previous Page": "", - "Priority Code Point": "", - "Privacy Passphrase": "", - "Privacy Protocol": "", "Privilege": "", "Privileges": "", "Proactive support settings is not available.": "", "Proceed with upgrading the pool? WARNING: Upgrading a pool is a one-way operation that might make some features of the pool incompatible with older versions of TrueNAS: ": "", "Processor": "", - "Product": "", - "Product ID": "", "Production": "", "Profile": "", "Prohibits writes to this share.": "", "Promote": "", "Prompt": "", - "Properties Exclude": "", - "Properties Override": "", "Prototyping": "", "Provide helpful notations related to the share, e.g. ‘Shared to everybody’. Maximum length is 120 characters.": "", "Provide keys/passphrases manually": "", @@ -2667,18 +2412,13 @@ "Range High": "", "Range Low": "", "Range Low and Range High set the range of UID/GID numbers which this IDMap backend translates. If an external credential like a Windows SID maps to a UID or GID number outside this range, the external credential is ignored.": "", - "Range Size": "", "Rate this page": "", - "Raw Filesize": "", "Re-Open": "", - "Re-Open All Alerts": "", "Read ACL": "", "Read Attributes": "", "Read Data": "", "Read Named Attributes": "", - "Read Only": "", "Readonly Admin": "", - "Rear": "", "Reboot": "", "Reboot of the other node is required for FIPS changes.": "", "Reboot of this node is required for FIPS changes.": "", @@ -2690,7 +2430,6 @@ "Recommended number of data disks for optimal space allocation should be power of 2 (2, 4, 8, 16...).": "", "Reconnect": "", "Record SMB service messages up to the specified log level. By default, error and warning level messages are logged.": "", - "Record Size": "", "Redfish administrative password.": "", "Redfish administrative username.": "", "Redirect HTTP connections to HTTPS. A GUI SSL Certificate is required for HTTPS. Activating this also sets the HTTP Strict Transport Security (HSTS) maximum age to 31536000 seconds (one year). This means that after a browser connects to the web interface for the first time, the browser continues to use HTTPS and renews this setting every year.": "", @@ -2710,7 +2449,6 @@ "Reload the page for the license to take effect.": "", "Remaining": "", "Remote Controller": "", - "Remote Host Key": "", "Remote Monitor": "", "Remote machine": "", "Remote syslog server DNS hostname or IP address. Nonstandard port numbers can be used by adding a colon and the port number to the hostname, like mysyslogserver:1928. Log entries are written to local logs and sent to the remote syslog server.": "", @@ -2720,20 +2458,16 @@ "Remove device": "", "Remove device {name}?": "", "Remove file": "", - "Remove file?": "", - "Remove preset": "", "Remove the ACL and permissions from child datasets of the current dataset": "", "Remove the existing API key and generate a new random key. A dialog shows the new key and has an option to copy the key. Back up and secure the API key! The key string is displayed only one time, at creation.": "", "Remove this error to try again": "", "Remove {label} item": "", - "Remove {value} from recent searches": "", "Removed": "", "Removes the ACL and permissions recursively from all child datasets of the current dataset, including all directories and files contained within those child datasets. This can make data inaccessible until new permissions are created.": "", "Rename Boot Environment": "", "Renew": "", "Renew 2FA Secret": "", "Renew Certificate Days": "", - "Renew Certificate Days Before Expiry": "", "Renew Secret": "", "Renewing the secret will cause a new URI and a new QR code to be generated, making it necessary to update your two-factor device or app.": "", "Replace existing dataset properties with these new defined properties in the replicated files.": "", @@ -2772,7 +2506,6 @@ "Reporting Write": "", "Repository": "", "Requested action performed for selected Applications": "", - "Require IDENT Authentication": "", "Require Kerberos for NFSv4": "", "Required unless Enable password login is No. Passwords cannot contain a ?.": "", "Required – always encrypt transport (rejecting access if client does not support encryption – incompatible with SMB1 server enable_smb1)": "", @@ -2799,7 +2532,6 @@ "Resilvering Status": "", "Resilvering pool: ": "", "Resilvering:": "", - "Resolution": "", "Restart App": "", "Restart Now": "", "Restart Service": "", @@ -2812,17 +2544,14 @@ "Restore Cloud Sync Task": "", "Restore Config": "", "Restore Config Defaults": "", - "Restore Default": "", "Restore Default Config": "", "Restore Default Configuration": "", "Restore Defaults": "", "Restore Replication Task": "", "Restore from Snapshot": "", "Restores files to the selected directory.": "", - "Restrict PAM": "", "Restrict share visibility to users with read or write access to the share. See the smb.conf manual page.": "", "Restricted": "", - "Resume Scrub": "", "Retention": "", "Retention (in days)": "", "Retry": "", @@ -2867,8 +2596,6 @@ "S.M.A.R.T.": "", "S.M.A.R.T. Extra Options": "", "S.M.A.R.T. Info for {disk}": "", - "S.M.A.R.T. Options": "", - "S.M.A.R.T. Tasks": "", "S.M.A.R.T. Test Results": "", "S.M.A.R.T. Test Results of {pk}": "", "SAN": "", @@ -2882,8 +2609,6 @@ "SED password updated.": "", "SET": "", "SFTP": "", - "SFTP Log Facility": "", - "SFTP Log Level": "", "SHORT": "", "SHOW EXPANDER STATUS": "", "SHOW POOLS": "", @@ -2913,7 +2638,6 @@ "SMB Group": "", "SMB Lock": "", "SMB Locks": "", - "SMB Name": "", "SMB Notification": "", "SMB Notifications": "", "SMB Open File": "", @@ -2928,7 +2652,6 @@ "SMB preset sets most optimal settings for SMB sharing.": "", "SMB/NFSv4": "", "SMTP": "", - "SMTP Authentication": "", "SMTP port number. Typically 25,465 (secure SMTP), or 587 (submission).": "", "SNMP": "", "SNMP Community": "", @@ -2942,7 +2665,6 @@ "SSH Key Pair": "", "SSH Keypair created": "", "SSH Keypair updated": "", - "SSH Keyscan": "", "SSH Transfer Security": "", "SSH connection from the keychain": "", "SSH password login enabled": "", @@ -2951,14 +2673,12 @@ "SSL Certificate": "", "SSL Protocols": "", "SSL Web Interface Port": "", - "SSSD Compat": "", "SYNC": "", "Samba": "", "Samba Authentication": "", "Sat": "", "Saturday": "", "Save ACL as preset": "", - "Save Access Control List": "", "Save And Failover": "", "Save And Go To Review": "", "Save As Preset": "", @@ -2968,26 +2688,21 @@ "Save Selection": "", "Save current ACL entries as a preset for future use.": "", "Save network interface changes?": "", - "Save the 'Require Kerberos for NFSv4' value before adding SMP": "", "Saving KMIP Config": "", "Saving settings": "", "Scan remote host key.": "", "Scan this QR Code with your authenticator app of choice. The next time you try to login, you will be asked to enter an One Time Password (OTP) from your authenticator app. This step is extremely important. Without the OTP you will be locked out of this system.": "", "Scheduled Scrub Task": "", - "Schema": "", - "Schema Mode": "", "Screenshots": "", "Script deleted.": "", "Script to execute after running sync.": "", "Script to execute before running sync.": "", - "Scroll to top": "", "Scrub": "", "Scrub In Progress:": "", "Scrub Paused": "", "Scrub Started": "", "Scrub Task": "", "Scrub Tasks": "", - "Scrub interval (in days)": "", "Scrub interval set to {scrubIntervalValue} days": "", "Search": "", "Search Alert Categories": "", @@ -3007,15 +2722,12 @@ "Secret (Read only)": "", "Secret Access Key": "", "Secret Access Key for the linked AWS account.": "", - "Secret Authentication Key": "", "Secret Confirm must match Secret": "", - "Secret Encryption Key": "", "Secret and Peer Secret can not be the same.": "", "Secret and confirmation should match.": "", "Section Help": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", "Secure data within this dataset. Data is unusable until unlocked with an encryption key or passphrase. If parent dataset has encryption enabled, it is not possible to disable this option.": "", - "Security": "", "See Why is elliptic curve cryptography not widely used, compared to RSA? for more information about key types.": "", "See Public key authentication in SSH/Authentication.": "", "See the Network UPS Tools compatibility list for a list of supported UPS devices.": "", @@ -3024,13 +2736,10 @@ "Select Create new disk image to create a new zvol on an existing dataset. This is used as a virtual hard drive for the VM. Select Use existing disk image to use an existing zvol or file for the VM.": "", "Select None or an integer. This value represents the number of existing authorized accesses.": "", "Select UEFI for newer operating systems or UEFI-CSM (Compatibility Support Mode) for older operating systems that only support BIOS booting. Grub is not recommended but can be used when the other options do not work.": "", - "Select Existing Zvol": "", "Select IP addresses to listen to for NFS requests. Leave empty for NFS to listen to all available addresses. Static IPs need to be configured on the interface to appear on the list.": "", "Select Image Tag": "", "Select Pool": "", - "Select Rating": "", "Select Reporting": "", - "Select VDEV layout. This is the first step in setting up your VDEVs.": "", "Select a compression algorithm to reduce the size of the data being replicated. Only appears when SSH is chosen for Transport type.": "", "Select a dataset for the new zvol.": "", "Select a dataset or zvol.": "", @@ -3065,10 +2774,8 @@ "Select an existing realm that was added in Directory Services > Kerberos Realms.": "", "Select an existing target.": "", "Select an unused disk to add to this vdev.
      WARNING: any data stored on the unused disk will be erased!": "", - "Select disks you want to use": "", "Select files and directories to exclude from the backup.": "", "Select files and directories to include from the backup. Leave empty to include everything.": "", - "Select images you want attach to review": "", "Select interfaces for SSH to listen on. Leave all options unselected for SSH to listen on all interfaces.": "", "Select one or more screenshots that illustrate the problem.": "", "Select paths to exclude": "", @@ -3129,12 +2836,10 @@ "Sep": "", "Separate multiple values by pressing Enter.": "", "Separate values with commas, and without spaces.": "", - "Serial Shell": "", "Serial number for this disk.": "", "Serial numbers of each disk being edited.": "", "Serial or USB port connected to the UPS. To automatically detect and manage the USB port settings, select auto.

      When an SNMP driver is selected, enter the IP address or hostname of the SNMP UPS device.": "", "Series": "", - "Server error: {error}": "", "Service": "", "Service = \"SMB\" AND Event = \"CLOSE\"": "", "Service Account Key": "", @@ -3155,11 +2860,9 @@ "Set ACL": "", "Set ACL for this dataset": "", "Set Attribute": "", - "Set Frequency": "", "Set Keep Flag": "", "Set Quota": "", "Set Quotas": "", - "Set Warning Level": "", "Set email": "", "Set enable sending messages to the address defined in the Email field.": "", "Set font size": "", @@ -3256,12 +2959,10 @@ "Settings Requiring Re-Initialization": "", "Settings saved": "", "Setup Cron Job": "", - "Setup Method": "", "Setup Pool To Create Custom App": "", "Setup Pool To Install": "", "Severity Level": "", "Share ACL for {share}": "", - "Share Attached": "", "Share Path updated": "", "Share with this name already exists": "", "Share your thoughts on our product's features, usability, or any suggestions for improvement.": "", @@ -3292,7 +2993,6 @@ "Sharing iSCSI Target Read": "", "Sharing iSCSI Target Write": "", "Sharing iSCSI Write": "", - "Shell Commands": "", "Short": "", "Show All": "", "Show Built-in Groups": "", @@ -3303,7 +3003,6 @@ "Show Password": "", "Show all available groups, including those that do not have quotas set.": "", "Show all available users, including those that do not have quotas set.": "", - "Show extra columns": "", "Show only those users who have quotas. This is the default view.": "", "Showing extra columns in the table is useful for data filtering, but can cause performance issues.": "", "Shows only the groups that have quotas. This is the default view.": "", @@ -3312,14 +3011,11 @@ "Sign In": "", "Sign Out": "", "Sign up for account": "", - "Signed By": "", - "Signed Certificates": "", "Signin": "", "Signing": "", "Signup": "", "Silver / Gold Coverage Customers can enable iXsystems Proactive Support. This automatically emails iXsystems when certain conditions occur on this TrueNAS system. The iX Support Team will promptly communicate with the Contacts saved below to quickly resolve any issue that may have occurred on the system.": "", "Similar Apps": "", - "Site Name": "", "Size in GiB of refreservation to set on ZFS dataset where the audit databases are stored. The refreservation specifies the minimum amount of space guaranteed to the dataset, and counts against the space available for other datasets in the zpool where the audit dataset is located.": "", "Size in GiB of the maximum amount of space that may be consumed by the dataset where the audit dabases are stored.": "", "Skip": "", @@ -3333,7 +3029,6 @@ "Smart Tests": "", "Snapdev": "", "Snapshot Delete": "", - "Snapshot Directory": "", "Snapshot Manager": "", "Snapshot Name Regular Expression": "", "Snapshot Read": "", @@ -3370,7 +3065,6 @@ "Specifies the auxiliary directory service ID provider.": "", "Specify a size and value such as 10 GiB.": "", "Specify custom": "", - "Specify number of threads manually": "", "Specify the logical cores that VM is allowed to use. Better cache locality can be achieved by setting CPU set base on CPU topology. E.g. to assign cores: 0,1,2,5,9,10,11 you can write: 1-2,5,9-11": "", "Specify the message displayed to local login users after authentication. Not displayed to anonymous login users.": "", "Specify the number of cores per virtual CPU socket.": "", @@ -3411,7 +3105,6 @@ "Step Back": "", "Step Forward": "", "Stop All Selected": "", - "Stop Flashing": "", "Stop Rollback if Snapshots Exist:": "", "Stop TrueCommand Cloud Connection": "", "Stop the scrub on {poolName}?": "", @@ -3434,13 +3127,10 @@ "Storj": "", "Storj iX": "", "Storj is a decentralized, open-source cloud storage platform. It uses blockchain technology and cryptography to secure files. Instead of storing files in a centralized server, Storj splits up files, encrypts them, and distributes them across a network of computers around the world.": "", - "Stream Compression": "", - "Strip ACL": "", "Strip ACLs": "", "Stripe": "", "Stripping ACLs": "", "Subdir Filter": "", - "Subfolder": "", "Subject Alternative Name": "", "Submit": "", "Subnet mask of the IPv4 address.": "", @@ -3462,7 +3152,6 @@ "Support Write": "", "Switch To Advanced": "", "Switch To Basic": "", - "Switch To Wizard": "", "Switch Train": "", "Switch to Advanced Options": "", "Switch update trains?": "", @@ -3476,7 +3165,6 @@ "Sync from peer succeeded.": "", "Sync to Peer": "", "Sync to peer succeeded.": "", - "Synced": "", "Synchronize": "", "Sysctl": "", "Sysctl \"{name}\" deleted": "", @@ -3484,13 +3172,10 @@ "Syslog Level": "", "Syslog Server": "", "Syslog Settings": "", - "Syslog TLS Certificate": "", - "Syslog TLS Certificate Authority": "", "Syslog Transport": "", "System Audit Read": "", "System Audit Write": "", "System Data Pool": "", - "System Dataset": "", "System Image": "", "System Information (Standby)": "", "System Information Active Node": "", @@ -3506,19 +3191,6 @@ "System dataset updated.": "", "TCP port used to access the iSCSI target. Default is 3260.": "", "TLS (STARTTLS)": "", - "TLS Allow Client Renegotiations": "", - "TLS Allow Dot Login": "", - "TLS Allow Per User": "", - "TLS Common Name Required": "", - "TLS DNS Name Required": "", - "TLS Enable Diagnostics": "", - "TLS Export Certificate Data": "", - "TLS Export Standard Vars": "", - "TLS IP Address Required": "", - "TLS No Empty Fragments": "", - "TLS No Session Reuse Required": "", - "TLS Policy": "", - "Table Actions of Expandable Table": "", "Tag": "", "Tags": "", "Tail Lines": "", @@ -3543,7 +3215,6 @@ "Temperature Sensors": "", "Temperature data missing.": "", "Template": "", - "Tenant Domain": "", "Tenant ID": "", "Tenant Name": "", "Terminal": "", @@ -3594,12 +3265,9 @@ "The following changes to this SMB Share require the SMB Service to be restarted before they can take effect.": "", "The following datasets cannot be unlocked.": "", "The following disks have exported pools on them.\n Using those disks will make existing pools on them unable to be imported.\n You will lose any and all data in selected disks.": "", - "The following issues were already reported.": "", "The following { n, plural, one {application} other {# applications} } will be upgraded. Are you sure you want to proceed?": "", - "The following { n, plural, one {boot environment} other {# boot environments} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be deleted. Are you sure you want to proceed?": "", "The following { n, plural, one {docker image} other {# docker images} } will be updated. Are you sure you want to proceed?": "", - "The following { n, plural, one {snapshot} other {# snapshots} } will be deleted. Are you sure you want to proceed?": "", "The friendly name to show in front of the sending email address. Example: Storage System 01<it@example.com>": "", "The group which controls the dataset. This group has the same permissions as granted to the group@ Who. Groups created manually or imported from a directory service appear in the drop-down menu.": "", "The hostname or IP address of the LDAP server. Separate entries by pressing Enter.": "", @@ -3609,7 +3277,6 @@ "The length of {field} should be at least {minLength}": "", "The length of {field} should be no more than {maxLength}": "", "The lifetime of the CA specified in days.": "", - "The list is empty.": "", "The maximum number of simultaneous clients.": "", "The message to show when a user logs in with SSH.": "", "The name \"{value}\" is already in use.": "", @@ -3652,7 +3319,6 @@ "The {service} service is running and will auto-start after a system reboot.": "", "The {service} service is running.": "", "Theme": "", - "There are no alerts.": "", "There are no images requiring upgrade": "", "There are no records to show.": "", "There are no tasks.": "", @@ -3667,14 +3333,8 @@ "These datasets were not unlocked because the parent datasets could not be unlocked.": "", "These datasets were successfully unlocked.": "", "These datasets will be unlocked with the provided credentials.": "", - "These disks do not support S.M.A.R.T. tests:": "", - "These running processes are using {datasetName}:": "", - "These running processes are using {name}:": "", - "These services depend on dataset {name} and will be destroyed if the dataset is deleted:": "", - "These services depend on pool {name} and will be disrupted if the pool is detached:": "", "These services must be restarted to export the pool:": "", "These services must be stopped to export the pool:": "", - "These unknown processes are using the pool:": "", "Thick": "", "Third DNS server.": "", "Third-party Cloud service providers. Choose a provider to configure connection credentials.": "", @@ -3693,14 +3353,8 @@ "This certificate's public key verifies digital signatures used for a non-repudiation service.": "", "This change can interrupt connectivity and must be tested before making permanent. ": "", "This controls how the SMB share reads and writes data. Leave unset for the share to behave like a normal SMB share and set for the share to behave like the deprecated Apple Filing Protocol (AFP). This should only be set when this share originated as an AFP sharing configuration. This is not required for pure SMB shares or MacOS SMB clients.": "", - "This dataset has children with shares": "", - "This dataset is used by the system": "", - "This dataset is used by: {apps}": "", - "This dataset is used by: {vms}": "", - "This dataset is used to store Kubernetes config and other container related data": "", "This disk is part of the exported pool {pool}. Adding this disk to a new or other existing pools will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure you have backed up any sensitive data in {pool} before reusing/repurposing this disk.": "", "This disk is part of the exported pool {pool}. Reusing this disk will make {pool} unable to import. You will lose any and all data in {pool}. Please make sure any sensitive data in {pool} is backed up before reusing/repurposing this disk.": "", - "This disk is part of the exported pool {pool}. Wiping this disk will make {pool} unable\n to import. You will lose any and all data in {pool}. Please make sure that any sensitive data in {pool} is backed up before wiping this disk.": "", "This feature is memory-intensive and permanently affects how the data is stored. It is recommended to be very familiar with the benefits and drawbacks of deduplication before activating this feature.": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB).": "", "This field accepts human-readable input (Ex. 50 GiB, 500M, 2 TB). If units are not specified, the value defaults to": "", @@ -3709,7 +3363,6 @@ "This is a ONE-SHOT {alertLevel} alert, it won't be dismissed automatically": "", "This is a one way action and cannot be reversed. Are you sure you want to revoke this Certificate?": "", "This is a production system": "", - "This is not a production release, and should only be used for testing.": "", "This is the only time the key is shown.": "", "This job is scheduled to run again {nextRun}.": "", "This job will not run again until it is enabled.": "", @@ -3743,8 +3396,6 @@ "Title": "", "To activate this periodic snapshot schedule, set this option. To disable this task without deleting it, unset this option.": "", "To configure Isolated GPU Device(s), click the \"Configure\" button.": "", - "To enable disable Active Directory first.": "", - "To enable disable LDAP first.": "", "Today": "", "Toggle Collapse": "", "Toggle off to defer interface learning until runtime, preventing premature state transitions and potential issues during system startup.": "", @@ -3756,7 +3407,6 @@ "Token expired": "", "Tolerance Window": "", "Toolbar": "", - "Top": "", "Top level of the LDAP directory tree to be used when searching for resources. Example: dc=test,dc=org.": "", "Topic Amazon Resource Name (ARN) for publishing. Example: arn:aws:sns:us-west-2:111122223333:MyTopic.": "", "Topology": "", @@ -3774,9 +3424,7 @@ "Train": "", "Transfer": "", "Translate App": "", - "Transmit Hash Policy": "", "Transparently reuse a single copy of duplicated data to save space. Deduplication can improve storage capacity, but is RAM intensive. Compressing data is generally recommended before using deduplication. Deduplicating data is a one-way process. Deduplicated data cannot be undeduplicated!.": "", - "Transport Encryption Behavior": "", "Transport Options": "", "Traverse": "", "Treat Disk Size as Minimum": "", @@ -3788,20 +3436,17 @@ "TrueCommand Read": "", "TrueCommand Write": "", "TrueNAS Controller": "", - "TrueNAS URL": "", "TrueNAS recommends that the sync setting always be left to the default of \"Standard\" or increased to \"Always\". The \"Disabled\" setting should not be used in production and only where data roll back by few seconds in case of crash or power loss is not a concern.": "", "TrueNAS server must be joined to Active Directory or have at least one local SMB user before creating an SMB share": "", "TrueNAS software versions do not match between storage controllers.": "", "TrueNAS was unable to reach update servers.": "", "TrueNAS {product} is Free and Open Source software, which is provided as-is with no warranty.": "", - "Trust Guest Filters": "", "Tue": "", "Tuesday": "", "Tunable": "", "Turn Off": "", "Two Factor Auth": "", "Two Factor Authentication for SSH": "", - "Two-Factor Authentication Code": "", "Two-Factor Authentication Setup Warning!": "", "Two-Factor Authentication has been enabled on this system. You are required to setup your 2FA authentication on the next page. You will not be able to proceed without setting up 2FA for your account. Make sure to scan the QR code with your authenticator app in the end before logging out of the system or navigating away. Otherwise, you will be locked out of the system and will be unable to login after logging out.": "", "Two-Factor authentication has been configured.": "", @@ -3810,18 +3455,15 @@ "Type of Microsoft acount. Logging in to a Microsoft account automatically chooses the correct account type.": "", "UDP port number on the system receiving SNMP trap notifications. The default is 162.": "", "UI": "", - "UI Search Result: {result}": "", "UID": "", "UNASSIGNED": "", "UNIX (NFS) Shares": "", - "UNIX Charset": "", "UPDATE IN PROGRESS": "", "UPS": "", "UPS Stats": "", "UPS Utilization": "", "URI of the ACME Server Directory. Choose a pre configured URI": "", "URI of the ACME Server Directory. Enter a custom URI.": "", - "URL": "", "URL of the HTTP host to connect to.": "", "USB Passthrough Device": "", "UTC": "", @@ -3838,17 +3480,13 @@ "Unique drive identifier. Log in to a Microsoft account and choose a drive from the Drives List drop-down to add a valid ID.": "", "Unique snapshot name. Cannot be used with a Naming Schema.": "", "Unit": "", - "Unix NSS Info": "", "Unix Permissions": "", "Unix Permissions Editor": "", - "Unix Primary Group": "", "Unix Socket": "", "Unkeep": "", "Unknown": "", "Unknown CPU": "", "Unknown Disk": "", - "Unknown PID": "", - "Unknown error code": "", "Unlink": "", "Unlock Child Encrypted Roots": "", "Unlock Datasets": "", @@ -3865,14 +3503,12 @@ "Unshare": "", "Unshare {name}": "", "Unsupported Hardware": "", - "Unused Disks": "", "Up to date": "", "Update 'Time Machine'": "", "Update All": "", "Update Dashboard": "", "Update File Temporary Storage Location": "", "Update Image": "", - "Update Interval": "", "Update License": "", "Update Members": "", "Update Password": "", @@ -3905,17 +3541,13 @@ "Upsmon will wait up to this many seconds in master mode for the slaves to disconnect during a shutdown situation.": "", "Usable Capacity": "", "Usage Collection": "", - "Usages": "", "Use Apple-style Character Encoding": "", "Use Custom ACME Server Directory URI": "", "Use DHCP. Unset to manually configure a static IPv4 connection.": "", - "Use Default Domain": "", "Use FQDN for Logging": "", - "Use Preset": "", "Use Signature Version 2": "", "Use Snapshot": "", "Use Sudo For ZFS Commands": "", - "Use Syslog Only": "", "Use an exported encryption key file to unlock datasets.": "", "Use as Home Share": "", "Use compressed WRITE records to make the stream more efficient. The destination system must also support compressed WRITE records. See zfs(8).": "", @@ -3929,13 +3561,9 @@ "Used Ports": "", "Used by clients in PASV mode. A default of 0 means any port above 1023.": "", "Used to add additional proftpd(8) parameters.": "", - "User Bind Path": "", - "User CN": "", "User Data Quota ": "", "User Distinguished Name (DN) to use for authentication.": "", - "User Domain": "", "User Execute": "", - "User ID": "", "User ID and Groups": "", "User List": "", "User Management": "", @@ -3980,8 +3608,6 @@ "VDEVs not assigned": "", "VLAN Addresses": "", "VLAN ID": "", - "VLAN Settings": "", - "VLAN Tag": "", "VLAN interface": "", "VLANs": "", "VM": "", @@ -3992,15 +3618,12 @@ "VM Write": "", "VM system time. Default is Local.": "", "VM updated successfully.": "", - "VMWare Sync": "", "VMware Snapshot": "", "VMware Snapshot Integration": "", "VMware Snapshots": "", "VMware Sync": "", - "Validate Certificates": "", "Validate Connection": "", "Validate Host Path": "", - "Validate Remote Path": "", "Value must be a number": "", "Value must be a valid email address": "", "Value must be a {type}": "", @@ -4010,9 +3633,6 @@ "Variable deleted.": "", "Vdev": "", "Vdev successfully extended.": "", - "Vdevs spans enclosure": "", - "Vendor ID": "", - "Verbose Logging": "", "Verify": "", "Verify Email Address": "", "Verify certificate authenticity.": "", @@ -4022,20 +3642,14 @@ "View All": "", "View All S.M.A.R.T. Tests": "", "View All Scrub Tasks": "", - "View All Test Results": "", "View Changelog": "", "View Disk Space Reports": "", "View Enclosure": "", - "View Less": "", "View Logs": "", "View More": "", "View Netdata": "", "View Release Notes": "", "View Reports": "", - "View/Download CSR": "", - "View/Download Certificate": "", - "View/Download Key": "", - "Virtual IP Address (Failover Address)": "", "Virtual Machine": "", "Virtual machine created": "", "Virtualization is not supported": "", @@ -4048,22 +3662,14 @@ "WARNING: Exporting/disconnecting pool {pool}. Data on the pool will not be available after export. Data on the pool disks can be destroyed by setting the Destroy data option. Back up critical data before exporting/disconnecting the pool.": "", "WARNING: Keys for all nested datasets with encryption applied will be downloaded.": "", "WARNING: Only the key for the dataset in question will be downloaded.": "", - "WARNING: These unknown processes will be terminated while exporting the pool.": "", "Wait to start VM until SPICE client connects.": "", "Waiting": "", - "Waiting for Active TrueNAS controller to come up...": "", "Warning!": "", "Warning: Debugs may contain log files with personal information such as usernames or other identifying information about your system. Please review debugs and redact any sensitive information before sharing with external entities.": "", "Warning: iSCSI Target is already in use.
      ": "", - "Warning: {n} of {total} boot environments could not be deleted.": "", "Warning: {n} of {total} docker images could not be deleted.": "", "Warning: {n} of {total} docker images could not be updated.": "", - "Warning: {n} of {total} snapshots could not be deleted.": "", - "Warnings": "", - "Watch List": "", "We've generated a Netdata password and attempted to automatically log you in in a new tab.": "", - "Weak Ciphers": "", - "Web Interface": "", "Web Interface Address": "", "Web Interface Port": "", "Web Portal": "", @@ -4090,6 +3696,7 @@ "When set, a local user is only allowed access to their home directory if they are a member of the wheel group.": "", "When set, rsync is run recursively, preserving symlinks, permissions, modification times, group, and special files. When run as root, owner, device files, and special files are also preserved. Equivalent to passing the flags -rlptgoD to rsync.": "", "When set, the common name in the certificate must match the FQDN of the host.": "", + "When set, the following text will be shown prior to showing login page to the user": "", "When set, usernames do not include a domain name. Unset to force domain names to be prepended to user names. One possible reason for unsetting this value is to prevent username collisions when Allow Trusted Domains is set and there are identical usernames in more than one domain.": "", "When this checkbox is checked, domain is inherited from DHCP.": "", "When using a proxy, enter the proxy information for the network in the format http://my.proxy.server:3128 or http://user:password@my.proxy.server:3128": "", @@ -4112,7 +3719,6 @@ "Width": "", "Will be automatically destroyed at {datetime} by periodic snapshot task": "", "Will not be destroyed automatically": "", - "Winbind NSS Info": "", "Window": "", "Windows": "", "Windows (SMB) Shares": "", @@ -4162,21 +3768,17 @@ "ZFS/SED keys synced between KMIP Server and TN database.": "", "Zvol": "", "Zvol Details": "", - "Zvol Location": "", "Zvol Space Management": "", "Zvol name": "", "Zvol «{name}» updated.": "", - "by ancestor": "", "cores": "", "dRAID is a ZFS feature that boosts resilver speed and load distribution. Due to fixed stripe width disk space efficiency may be substantially worse with small files. \nOpt for dRAID over RAID-Z when handling large-capacity drives and extensive disk environments for enhanced performance.": "", "dRAID1": "", "dRAID2": "", "dRAID3": "", - "details": "", "disk stats": "", "disk writes": "", "everyone@": "", - "expires in {n, plural, one {# day} other {# days} }": "", "group@": "", "gzip (default level, 6)": "", "gzip-1 (fastest)": "", @@ -4199,11 +3801,9 @@ "never ran": "", "of": "", "on this enclosure": "", - "on this enclosure.": "", "or": "", "owner@": "", "pCloud": "", - "pbkdf2iters": "", "pigz (all rounder)": "", "plzip (best compression)": "", "readonly": "", @@ -4219,7 +3819,6 @@ "zstd-5 (slow)": "", "zstd-7 (very slow)": "", "zstd-fast (default level, 1)": "", - "{ n, plural, one {# snapshot} other {# snapshots} }": "", "{checked} exporter: {name}": "", "{comparator} (Contains)": "", "{comparator} (Ends With)": "", @@ -4242,7 +3841,6 @@ "{days, plural, =1 {# day} other {# days}}": "", "{duration} remaining": "", "{eligible} of {total} existing snapshots of dataset {targetDataset} would be replicated with this task.": "", - "{email} via {server}": "", "{failedCount} of {allCount, plural, =1 {# task} other {# tasks}} failed": "", "{field} is required": "", "{hours, plural, =1 {# hour} other {# hours}}": "", @@ -4256,24 +3854,20 @@ "{n, plural, =0 {No open files} one {# open file} other {# open files}}": "", "{n, plural, one {# CPU} other {# CPUs}}": "", "{n, plural, one {# GPU} other {# GPUs}} isolated": "", - "{n, plural, one {# boot environment} other {# boot environments}} has been deleted.": "", "{n, plural, one {# core} other {# cores}}": "", "{n, plural, one {# docker image} other {# docker images}} has been deleted.": "", "{n, plural, one {# docker image} other {# docker images}} has been updated.": "", "{n, plural, one {# thread} other {# threads}}": "", "{n, plural, one {Failed Disk} other {Failed Disks}}": "", "{n, plural, one {Pool in Enclosure} other {Pools in Enclosure}}": "", - "{n, plural, one {SAS Expander} other {SAS Expanders}}": "", "{name} Devices": "", "{name} Sessions": "", - "{name} and {n, plural, one {# other pool} other {# other pools}} are not healthy.": "", "{n}": "", "{n} (applies to descendants)": "", "{n} RPM": "", "{n} from {dataset}": "", "{n} more": "", "{n}% Uploaded": "", - "{rate} RPM": "", "{seconds, plural, =1 {# second} other {# seconds}}": "", "{serviceName} service failed to start.": "", "{serviceName} service failed to stop.": "", @@ -4295,7 +3889,6 @@ "{usage}% (Thread #{thread})": "", "{usage}% ({threadCount} threads at {usage}%)": "", "{used} of {total} ({used_pct})": "", - "{version} is available!": "", "{view} on {enclosure}": "", " seconds.": " 秒。", "% of all cores": "% 於所有核心", diff --git a/src/assets/ui-searchable-elements.json b/src/assets/ui-searchable-elements.json index 41bd74138f9..b3b80a83962 100644 --- a/src/assets/ui-searchable-elements.json +++ b/src/assets/ui-searchable-elements.json @@ -3207,6 +3207,26 @@ "triggerAnchor": null, "section": "ui" }, + { + "hierarchy": [ + "System", + "Advanced", + "Access", + "Login Banner" + ], + "synonyms": [ + "MOTD" + ], + "requiredRoles": [], + "anchorRouterLink": [ + "/system", + "advanced" + ], + "routerLink": null, + "anchor": "login-banner", + "triggerAnchor": null, + "section": "ui" + }, { "hierarchy": [ "System", From abdcea7ba254cd192e7e53eff4c530c173bbb79b Mon Sep 17 00:00:00 2001 From: Denys Butenko Date: Fri, 12 Jul 2024 00:00:23 +0700 Subject: [PATCH 2/7] NAS-129885: Add customer designed login banner --- .../full-screen-dialog.component.html | 8 +++-- .../full-screen-dialog.component.scss | 11 +++++++ .../full-screen-dialog.component.ts | 7 +++-- src/app/modules/dialog/dialog.service.ts | 4 +-- src/app/services/auth/auth.service.ts | 8 +++-- .../sessions/signin/signin.component.html | 3 -- .../views/sessions/signin/signin.component.ts | 29 ++++++++++++++++--- .../sessions/signin/store/signin.store.ts | 4 +-- 8 files changed, 57 insertions(+), 17 deletions(-) diff --git a/src/app/modules/dialog/components/full-screen-dialog/full-screen-dialog.component.html b/src/app/modules/dialog/components/full-screen-dialog/full-screen-dialog.component.html index 96bc729bc44..22dba757a19 100644 --- a/src/app/modules/dialog/components/full-screen-dialog/full-screen-dialog.component.html +++ b/src/app/modules/dialog/components/full-screen-dialog/full-screen-dialog.component.html @@ -1,7 +1,11 @@
      -
      {{ title | translate }}
      -

      {{ message | translate }}

      + @if (title) { +
      {{ title | translate }}
      + } + @if (message) { +

      {{ message | translate }}

      + }
      @if (data.showClose) {